summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d32a3018d..d4ebad20e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@ AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_AUX_DIR([build-aux])
AC_CANONICAL_HOST
-AM_INIT_AUTOMAKE([dist-zip dist-bzip2 tar-pax])
+AM_INIT_AUTOMAKE([-Wall dist-zip dist-bzip2 tar-pax])
AC_ARG_ENABLE([lsb], AS_HELP_STRING([--enable-lsb], [LSB-compatible build configuration]), [
prefix=/opt/inkscape
@@ -33,7 +33,6 @@ AC_LANG(C++)
AC_PROG_CXX
AC_PROG_CC
AM_PROG_AS
-AC_PROG_RANLIB
# Initialize libtool
LT_PREREQ([2.2])
LT_INIT