summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-07-21 12:54:06 +0000
committerSascha Schumann <sas@php.net>2002-07-21 12:54:06 +0000
commit71e7b5cc99bc19e71d23e6482ee81d258e87625c (patch)
treef7694cb633962e4dec9ce8f3962439b00d6c0cda /build
parentf911cd505116c103d88cd8771958461627a5ca9d (diff)
downloadphp-git-71e7b5cc99bc19e71d23e6482ee81d258e87625c.tar.gz
One should not ignore
AC_PROG_CPP was called before AC_PROG_CC because this error caused the Solaris issue
Diffstat (limited to 'build')
-rw-r--r--build/build2.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build2.mk b/build/build2.mk
index 8ec12e44ae..26bad9f9c5 100644
--- a/build/build2.mk
+++ b/build/build2.mk
@@ -39,7 +39,7 @@ acconfig.h: $(acconfig_h_SOURCES)
@echo rebuilding $@
cat $(acconfig_h_SOURCES) > $@
-SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times|AC_PROG_CPP was called before AC_PROG_CC)'||true)
+SUPPRESS_WARNINGS = (egrep -v '(AC_TRY_RUN called without default to allow cross compiling|AC_PROG_CXXCPP was called before AC_PROG_CXX|defined in acinclude.m4 but never used|AC_PROG_LEX invoked multiple times)'||true)
$(config_h_in): configure acconfig.h
# explicitly remove target since autoheader does not seem to work