added -Wall be default
authorewt <devnull@localhost>
Mon, 27 Jul 1998 16:00:38 +0000 (16:00 +0000)
committerewt <devnull@localhost>
Mon, 27 Jul 1998 16:00:38 +0000 (16:00 +0000)
CVS patchset: 2189
CVS date: 1998/07/27 16:00:38

popt/configure.in

index 1c1daa0..f99ceb1 100755 (executable)
@@ -5,6 +5,10 @@ AC_GCC_TRADITIONAL
 AC_PROG_RANLIB
 AC_PROG_INSTALL
 
+if test $CC = gcc; then
+    CFLAGS="-Wall $CFLAGS"
+fi
+
 dnl
 dnl if CC is gcc, we can rebuild the dependencies (since the depend rule
 dnl requires gcc).  If it's not, don't rebuild dependencies -- use what was