From dd77936809bc5e251bcb79a2dd3c5d01082f6bf8 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Thu, 12 Sep 2002 22:49:03 +0000 Subject: [PATCH] Fix previous commit, LIBSRCS/LIBOBJS should not have stdio.c/stdio.o --- configure.in | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5