respect CFLAGS
[catagits/fcgi2.git] / configure.in
index ca23f2b..53e37d3 100755 (executable)
@@ -1,4 +1,4 @@
-dnl     $Id: configure.in,v 1.12 2001/09/23 20:20:00 skimo Exp $
+dnl     $Id: configure.in,v 1.13 2001/09/24 11:28:57 skimo Exp $
 dnl
 dnl     This file is an input file used by the GNU "autoconf" program to
 dnl     generate the file "configure", which is run during the build
@@ -44,11 +44,9 @@ SYSTEM=unix
 AC_SUBST([SYSTEM])
 
 if test "$GCC"; then
-       CCDEFS="$CCDEFS -Wall -Wmissing-prototypes"
+       CFLAGS="$CFLAGS -Wall -Wmissing-prototypes"
 fi
 
-AC_SUBST([CCDEFS])
-
 AC_CONFIG_FILES(Makefile
                cgi-fcgi/Makefile
                include/Makefile