--- gbindadmin-0.1.5/configure.in.orig 2007-04-30 20:09:47 +0300 +++ gbindadmin-0.1.5/configure.in 2007-04-30 20:09:57 +0300 @@ -100,7 +100,7 @@ dnl Localstatedir location. AC_DEFINE_UNQUOTED(LOCALSTATEDIR,"`eval echo "${localstatedir}"`",[localstatedir]) dnl Path to the chroot directory -default_chroot_path=`eval echo $localstatedir`"/named" +default_chroot_path=`eval echo $localstatedir`"/lib/bind" test "x$CHROOT_PATH" = x && CHROOT_PATH=$default_chroot_path AC_DEFINE_UNQUOTED(CHROOT_PATH,"`eval echo "$CHROOT_PATH"`",[Path to the chroot /var/named directory]) AC_MSG_RESULT([Using chroot path: (${CHROOT_PATH})])