summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2018-01-21 18:42:09 -0800
committerGuy Harris <guy@alum.mit.edu>2018-01-21 18:42:09 -0800
commita7f76515c46b60d57b4923b77c7100ccc928d077 (patch)
tree00902fcb33e0e32fb9351c6343d7fccfb4edf431 /configure
parentcc4797157d4dc03b39053c1e11b682f52927d003 (diff)
downloadtcpdump-a7f76515c46b60d57b4923b77c7100ccc928d077.tar.gz
Again, we don't replace vfprintf().
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure13
1 files changed, 0 insertions, 13 deletions
diff --git a/configure b/configure
index aeeecb6c..f2b5fdb9 100755
--- a/configure
+++ b/configure
@@ -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