On Mon, Jan 31, 2011 at 3:28 PM, <[email protected]> wrote: > Author: jim > Date: Mon Jan 31 20:28:52 2011 > New Revision: 1065748 > > URL: http://svn.apache.org/viewvc?rev=1065748&view=rev > Log: > Move some "nice to be able to change" balancer stuff to shm > > Modified: > httpd/httpd/trunk/configure.in ... > > Modified: httpd/httpd/trunk/configure.in > URL: > http://svn.apache.org/viewvc/httpd/httpd/trunk/configure.in?rev=1065748&r1=1065747&r2=1065748&view=diff > ============================================================================== > --- httpd/httpd/trunk/configure.in (original) > +++ httpd/httpd/trunk/configure.in Mon Jan 31 20:28:52 2011 > @@ -529,7 +529,7 @@ AC_ARG_ENABLE(maintainer-mode,APACHE_HEL > [ > APR_ADDTO(CPPFLAGS, -DAP_DEBUG) > if test "$GCC" = "yes"; then > - APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes > -Wmissing-declarations -Wpointer-arith]) > + APR_ADDTO(CFLAGS,[-Wall -Wmissing-prototypes -Wstrict-prototypes > -Wmissing-declarations -Wpointer-arith -O0]) > AC_CACHE_CHECK([whether gcc accepts -Wdeclaration-after-statement], > [ap_cv_cc_Wdas], [ > save_CFLAGS=$CFLAGS > CFLAGS="$CFLAGS -Wdeclaration-after-statement"
an accidental commit, I hope
