Skip to content

Commit 71e7b5c

Browse files
author
Sascha Schumann
committed
One should not ignore
AC_PROG_CPP was called before AC_PROG_CC because this error caused the Solaris issue
1 parent f911cd5 commit 71e7b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build2.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ acconfig.h: $(acconfig_h_SOURCES)
3939
@echo rebuilding $@
4040
cat $(acconfig_h_SOURCES) > $@
4141

42-
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)
42+
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)
4343

4444
$(config_h_in): configure acconfig.h
4545
# explicitly remove target since autoheader does not seem to work

0 commit comments

Comments
 (0)