mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-27 10:09:43 -05:00
Fix previous commit, LIBSRCS/LIBOBJS should not have stdio.c/stdio.o
This commit is contained in:
parent
1263e40b55
commit
dd77936809
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue