summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEric Covener <covener@apache.org>2022-06-04 15:37:33 +0000
committerEric Covener <covener@apache.org>2022-06-04 15:37:33 +0000
commit90df23302526b319ea433c402b29d10a9bfacbce (patch)
tree88d001f97827ba1eedf5bb55660c846e88fa8b1d /configure.in
parent73a543e5d15066352c7f78d500848ac6ecbfe17b (diff)
downloadhttpd-90df23302526b319ea433c402b29d10a9bfacbce.tar.gz
-qinitauto=FE conflicts with -qcheck=unset
maintainer mode only causes a warning for every compiler invocation. If automatics are initialized by -qinitauto, use before being assigned cannot be detected with -qcheck=unset (part of all) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1901633 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d049ae9253..78bcf9baff 100644
--- a/configure.in
+++ b/configure.in
@@ -684,7 +684,7 @@ AC_ARG_ENABLE(maintainer-mode,APACHE_HELP_STRING(--enable-maintainer-mode,Turn o
APACHE_ADD_GCC_CFLAG([-Wformat-security])
APACHE_ADD_GCC_CFLAG([-Wunused])
elif test "$AIX_XLC" = "yes"; then
- APR_ADDTO(NOTEST_CFLAGS,-qfullpath -qinitauto=FE -qcheck=all -qinfo=pro)
+ APR_ADDTO(NOTEST_CFLAGS,-qfullpath -qcheck=all -qinfo=pro)
fi
if test "x$enable_load_all_modules" = "x"; then
LOAD_ALL_MODULES=yes