]> granicus.if.org Git - php/commitdiff
disable broken sprintf test
authorSascha Schumann <sas@php.net>
Wed, 21 Jul 1999 08:37:59 +0000 (08:37 +0000)
committerSascha Schumann <sas@php.net>
Wed, 21 Jul 1999 08:37:59 +0000 (08:37 +0000)
configure.in.in

index 8a35179fde983908731214e0b6a2517542e5b910..79ff10e2eaf4463cc89c54c6c04a7a8b8106eeaa 100644 (file)
@@ -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)