Fix previous commit, LIBSRCS/LIBOBJS should not have stdio.c/stdio.o

This commit is contained in:
Howard Chu 2002-09-12 22:49:03 +00:00
parent 1263e40b55
commit dd77936809

View 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