]> git.sur5r.net Git - openldap/commitdiff
Fix previous commit, LIBSRCS/LIBOBJS should not have stdio.c/stdio.o
authorHoward Chu <hyc@openldap.org>
Thu, 12 Sep 2002 22:49:03 +0000 (22:49 +0000)
committerHoward Chu <hyc@openldap.org>
Thu, 12 Sep 2002 22:49:03 +0000 (22:49 +0000)
configure.in

index 6be54b88d39c32b673fe7a98651b08467f46fc61..cc694fd4993ff0987a945ff79db8c5f53d57ba3e 100644 (file)
@@ -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