diff options
author | Sascha Schumann <sas@php.net> | 2002-03-04 08:28:57 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2002-03-04 08:28:57 +0000 |
commit | c8e453c060987f2e34fdf439235b96329bb1b4a4 (patch) | |
tree | fb9e5f1bc342cf9efa545b576529c8ef52737901 /build/buildcheck.sh | |
parent | a2065b8743808235f3f81cbb11a9dd0ea13988e3 (diff) | |
download | php-git-c8e453c060987f2e34fdf439235b96329bb1b4a4.tar.gz |
Remove note, suppress warning
Diffstat (limited to 'build/buildcheck.sh')
-rwxr-xr-x | build/buildcheck.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/build/buildcheck.sh b/build/buildcheck.sh index 192f601134..3d075646f1 100755 --- a/build/buildcheck.sh +++ b/build/buildcheck.sh @@ -16,7 +16,7 @@ # | Sascha Schumann <sascha@schumann.cx> | # +----------------------------------------------------------------------+ # -# $Id: buildcheck.sh,v 1.15 2002-03-03 23:03:34 zak Exp $ +# $Id: buildcheck.sh,v 1.16 2002-03-04 08:28:57 sas Exp $ # echo "buildconf: checking installation..." @@ -37,9 +37,6 @@ echo " to build PHP from CVS." exit 1 else echo "buildconf: autoconf version $ac_version (ok)" -echo "**Note: Certain versions of autoconf may generate the warning:" -echo " 'AC_PROG_CPP called before AC_PROG_CC'" -echo " This error message is expected and can usually be ignored." fi |