From f4dc950437b710cec74e57d69444bfe190243183 Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sat, 18 Mar 2000 11:09:52 +0000 Subject: [PATCH] Strict prototypes are no use until someone rewrites the config API. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84791 13f79535-47bb-0310-9956-ffa450edef68 --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 5f5dfd0f74..d3bc343d2b 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.50.1