search for: chroot_msg

Displaying 3 results from an estimated 3 matches for "chroot_msg".

2001 Jan 03
1
chroot.diff
...t;&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:3700: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_have_u_int64_t="yes" else @@ -6396,6 +6398,24 @@ fi +# Check whether to enable chrooting +CHROOT_MSG="no" +# Check whether --with-chroot or --without-chroot was given. +if test "${with_chroot+set}" = set; then + withval="$with_chroot" + + if test "x$withval" != "xno" ; then + cat >> confdefs.h <<\E...
2000 Aug 26
0
New chroot patch, for 2.1.1p4
...hen +if { (eval echo configure:5658: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "$ac_t""yes" 1>&6 @@ -5696,6 +5698,24 @@ fi +# Check whether to enable chrooting +CHROOT_MSG="no" +# Check whether --with-chroot or --without-chroot was given. +if test "${with_chroot+set}" = set; then + withval="$with_chroot" + + if test "x$withval" != "xno" ; then + cat >> confdefs.h <<\EOF +#define CHROOT 1 +EOF + +...
2000 Oct 04
0
2.2.0p1 chroot patch
...hen +if { (eval echo configure:5875: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* echo "$ac_t""yes" 1>&6 @@ -5913,6 +5915,24 @@ fi +# Check whether to enable chrooting +CHROOT_MSG="no" +# Check whether --with-chroot or --without-chroot was given. +if test "${with_chroot+set}" = set; then + withval="$with_chroot" + + if test "x$withval" != "xno" ; then + cat >> confdefs.h <<\E...