diff --git a/configure.in b/configure.in
index 6be54b88d39c32b673fe7a98651b08467f46fc61..cc694fd4993ff0987a945ff79db8c5f53d57ba3e 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