diff options
-rw-r--r-- | configure.ac | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/configure.ac b/configure.ac index 23f46d30..28f064bb 100644 --- a/configure.ac +++ b/configure.ac @@ -22,15 +22,6 @@ AC_PATH_PROG([GLA11Y], [gla11y], [true]) # Use the Yelp documentation framework YELP_HELP_INIT -changequote(,)dnl -if test "x$GCC" = "xyes"; then - case " $CFLAGS " in - *[\ \ ]-Wall[\ \ ]*) ;; - *) CFLAGS="$CFLAGS -Wall" ;; - esac -fi -changequote([,])dnl - # Internationalization support AM_GNU_GETTEXT_VERSION([0.19.8]) AM_GNU_GETTEXT([external]) @@ -172,7 +163,6 @@ PKG_CHECK_MODULES(LIBSLAB, [ ], have_libmateslab=yes, have_libmateslab=no) -WARN_CFLAGS="-Wall" AC_SUBST(LIBMATESLAB_CFLAGS) AC_SUBST(LIBMATESLAB_LIBS) |