From: Howard Chu Date: Thu, 12 Sep 2002 22:49:03 +0000 (+0000) Subject: Fix previous commit, LIBSRCS/LIBOBJS should not have stdio.c/stdio.o X-Git-Tag: NO_SLAP_OP_BLOCKS~983 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=dd77936809bc5e251bcb79a2dd3c5d01082f6bf8;p=openldap Fix previous commit, LIBSRCS/LIBOBJS should not have stdio.c/stdio.o --- diff --git a/configure.in b/configure.in index 6be54b88d3..cc694fd499 100644 --- a/configure.in +++ b/configure.in @@ -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