From: Sascha Schumann Date: Wed, 21 Jul 1999 08:37:59 +0000 (+0000) Subject: disable broken sprintf test X-Git-Tag: php-4.0b1~38 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbe9e99213d10221e81c686eeb0c4f5fb9b2d209;p=php disable broken sprintf test --- diff --git a/configure.in.in b/configure.in.in index 8a35179fde..79ff10e2ea 100644 --- a/configure.in.in +++ b/configure.in.in @@ -304,7 +304,9 @@ AC_CHECK_FUNCS(memcpy memmove strdup strerror strcasecmp strstr flock lockf pute AC_FUNC_UTIME_NULL AC_FUNC_ALLOCA dnl## OLDLIBS=$LIBS; LIBS="" -AC_BROKEN_SPRINTF +dnl This is also defined/used in libzend. To avoid a redefinition +dnl we use that version +dnl AC_BROKEN_SPRINTF dnl## LIBS=$OLDLIBS AC_REPLACE_FUNCS(getopt)