mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix previous commit, LIBSRCS/LIBOBJS should not have stdio.c/stdio.o
This commit is contained in:
parent
1263e40b55
commit
dd77936809
@ -2488,8 +2488,6 @@ if test "$ac_cv_func_getopt" != yes; then
|
||||
LIBSRCS="$LIBSRCS getopt.c"
|
||||
fi
|
||||
if test "$ac_cv_func_snprintf" != yes -o "$ac_cv_func_vsnprintf" != yes; then
|
||||
LIBSRCS="$LIBSRCS stdio.c"
|
||||
LIBOBJS="$LIBOBJS stdio.o"
|
||||
if test "$ac_cv_func_snprintf" != yes; then
|
||||
AC_DEFINE(snprintf, ber_pvt_snprintf, [define to snprintf routine])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user