diff options
author | Guy Harris <guy@alum.mit.edu> | 2018-01-21 18:42:09 -0800 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2018-01-21 18:42:09 -0800 |
commit | a7f76515c46b60d57b4923b77c7100ccc928d077 (patch) | |
tree | 00902fcb33e0e32fb9351c6343d7fccfb4edf431 /configure | |
parent | cc4797157d4dc03b39053c1e11b682f52927d003 (diff) | |
download | tcpdump-a7f76515c46b60d57b4923b77c7100ccc928d077.tar.gz |
Again, we don't replace vfprintf().
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -5080,19 +5080,6 @@ fi fi -ac_fn_c_check_func "$LINENO" "vfprintf" "ac_cv_func_vfprintf" -if test "x$ac_cv_func_vfprintf" = xyes; then : - $as_echo "#define HAVE_VFPRINTF 1" >>confdefs.h - -else - case " $LIBOBJS " in - *" vfprintf.$ac_objext "* ) ;; - *) LIBOBJS="$LIBOBJS vfprintf.$ac_objext" - ;; -esac - -fi - ac_fn_c_check_func "$LINENO" "strlcat" "ac_cv_func_strlcat" if test "x$ac_cv_func_strlcat" = xyes; then : $as_echo "#define HAVE_STRLCAT 1" >>confdefs.h |