]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Summary: Fix bug #668
authorrobertc <>
Mon, 9 Jun 2003 08:52:25 +0000 (08:52 +0000)
committerrobertc <>
Mon, 9 Jun 2003 08:52:25 +0000 (08:52 +0000)
Keywords:

Fix bug #668 - remove -Wmissing-declarations from CXXFlags.

configure.in

index 196df1dfe7b726a97bce171afa672e3e3f5d6c8c..e11bd1c36242f5cfe2654cc1f83a966a810445ca 100644 (file)
@@ -3,7 +3,7 @@ dnl  Configuration input file for Squid
 dnl
 dnl  Duane Wessels, wessels@nlanr.net, February 1996 (autoconf v2.9)
 dnl
-dnl  $Id: configure.in,v 1.334 2003/05/11 21:06:26 hno Exp $
+dnl  $Id: configure.in,v 1.335 2003/06/09 02:52:25 robertc Exp $
 dnl
 dnl
 dnl
@@ -13,7 +13,7 @@ AC_CONFIG_SRCDIR([src/main.cc])
 AC_CONFIG_AUX_DIR(cfgaux)
 AM_INIT_AUTOMAKE(squid, 3.0.DEVEL-CVS)
 AM_CONFIG_HEADER(include/autoconf.h)
-AC_REVISION($Revision: 1.334 $)dnl
+AC_REVISION($Revision: 1.335 $)dnl
 AC_PREFIX_DEFAULT(/usr/local/squid)
 AM_MAINTAINER_MODE
 
@@ -125,7 +125,7 @@ fi
 dnl set squid required flags
 if test "$GCC" = "yes"; then
   SQUID_CFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -Wcomments"
-  SQUID_CXXFLAGS="$SQUID_CFLAGS"
+  SQUID_CXXFLAGS="-Werror -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wcomments"
 else
   SQUID_CFLAGS=
   SQUID_CXXFLAGS=