From: Guy Harris Date: Fri, 2 Apr 2010 06:01:56 +0000 (-0700) Subject: Re-generate configure script. X-Git-Tag: tcpdump-4.1.1~3 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/23072337621e71609b1f54fca0fb8ca5d2fdbac5 Re-generate configure script. --- diff --git a/configure b/configure index 7c4f5453..cb51d19c 100755 --- a/configure +++ b/configure @@ -4788,7 +4788,7 @@ fi { echo "$as_me:$LINENO: checking whether to chroot" >&5 echo $ECHO_N "checking whether to chroot... $ECHO_C" >&6; } -if test ! -z "$with_chroot" ; then +if test ! -z "$with_chroot" && test "$with_chroot" != "no" ; then cat >>confdefs.h <<_ACEOF #define WITH_CHROOT "$withval" _ACEOF