Skip to content
Snippets Groups Projects
Commit dd779368 authored by Howard Chu's avatar Howard Chu
Browse files

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

parent 1263e40b
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment