From 976e67e456992ac6708990f102b24ed8c77de210 Mon Sep 17 00:00:00 2001 From: ewt Date: Mon, 27 Jul 1998 16:00:38 +0000 Subject: [PATCH] added -Wall be default CVS patchset: 2189 CVS date: 1998/07/27 16:00:38 --- popt/configure.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/popt/configure.in b/popt/configure.in index 1c1daa0..f99ceb1 100755 --- a/popt/configure.in +++ b/popt/configure.in @@ -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 -- 2.7.4