Skip to content

Commit dbe9e99

Browse files
author
Sascha Schumann
committed
disable broken sprintf test
1 parent 76cf939 commit dbe9e99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

configure.in.in

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@ AC_CHECK_FUNCS(memcpy memmove strdup strerror strcasecmp strstr flock lockf pute
304304
AC_FUNC_UTIME_NULL
305305
AC_FUNC_ALLOCA
306306
dnl## OLDLIBS=$LIBS; LIBS=""
307-
AC_BROKEN_SPRINTF
307+
dnl This is also defined/used in libzend. To avoid a redefinition
308+
dnl we use that version
309+
dnl AC_BROKEN_SPRINTF
308310
dnl## LIBS=$OLDLIBS
309311
AC_REPLACE_FUNCS(getopt)
310312

0 commit comments

Comments
 (0)