]> The Tcpdump Group git mirrors - tcpdump/commit
Respect --without-chroot correctly
authorPeter Volkov <[email protected]>
Fri, 2 Apr 2010 05:33:30 +0000 (09:33 +0400)
committerGuy Harris <[email protected]>
Fri, 2 Apr 2010 05:56:03 +0000 (22:56 -0700)
commita6e6091ef16cd3038d2364d4ada82ab51cbd9951
tree6477514db8061eeacfeba102495cc54759de7140
parent322c44c800d0691570a9a5b8bc540ca123011080
Respect --without-chroot correctly

./configure --without-chroot will configure tcpdump with "no" as the
value of chroot directory and cause tcpdump to fail with:

tcpdump: Couldn't chroot/chdir to 'no': No such file or directory

This patch makes ./configure to avoid chroot directory when called with
--without-chroot.
configure.in