]> granicus.if.org Git - apache/commitdiff
Strict prototypes are no use until someone rewrites the config API.
authorBen Laurie <ben@apache.org>
Sat, 18 Mar 2000 11:09:52 +0000 (11:09 +0000)
committerBen Laurie <ben@apache.org>
Sat, 18 Mar 2000 11:09:52 +0000 (11:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84791 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 5f5dfd0f7465be49d245d2c1ccc31c52d3dce0b7..d3bc343d2bdc9c691753e7790e69d188a97b7127 100644 (file)
@@ -111,6 +111,8 @@ fi
 dnl ## Checking command-line options
 test -n "$GCC" && test "$USE_MAINTAINER_MODE" = "yes" && \
     EXTRA_CFLAGS="$EXTRA_CFLAGS -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations"
+test -n "$GCC" && test "$USE_MAINTAINER_MODE" = "y2" && \
+    EXTRA_CFLAGS="$EXTRA_CFLAGS -g -Wall -Werror -Wmissing-declarations"
 
 APACHE_ENABLE_LAYOUT
 APACHE_ENABLE_MODULES