]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- fix bug #443: --with-chroot-dir not honoured by configure.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Apr 2012 09:10:56 +0000 (09:10 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 5 Apr 2012 09:10:56 +0000 (09:10 +0000)
git-svn-id: file:///svn/unbound/trunk@2656 be551aaa-1e26-0410-a405-d3ace91eadb9

configure
configure.ac
doc/Changelog

index 885d0e88da00129e1bc7a71a4fea66ecd948e324..d15dfe158292437353ef2043a0af4ee2625aa5e6 100755 (executable)
--- a/configure
+++ b/configure
@@ -4007,7 +4007,7 @@ fi
 fi
 
 
-hdr_chroot="`echo $UNBOUND_CHOOT_DIR | sed -e 's/\\\\/\\\\\\\\/g'`"
+hdr_chroot="`echo $UNBOUND_CHROOT_DIR | sed -e 's/\\\\/\\\\\\\\/g'`"
 
 
 cat >>confdefs.h <<_ACEOF
index e15274d8e6e8fd37868b49c1f5ba228676d300d2..ab13a0a3ecaef937e4447e36ef5845a9861cc968 100644 (file)
@@ -140,7 +140,7 @@ else
 fi
 )
 AC_SUBST(UNBOUND_CHROOT_DIR)
-ACX_ESCAPE_BACKSLASH($UNBOUND_CHOOT_DIR, hdr_chroot)
+ACX_ESCAPE_BACKSLASH($UNBOUND_CHROOT_DIR, hdr_chroot)
 AC_DEFINE_UNQUOTED(CHROOT_DIR, ["$hdr_chroot"], [Directory to chroot to])
 
 AC_ARG_WITH(share-dir,
index 5e4b42f5f48ff9e4c59ca90ee51dddb607fbb34f..6ef467f459e24a0e7838b8fe72d458a8fb916433 100644 (file)
@@ -1,3 +1,6 @@
+5 April 2012: Wouter
+       - fix bug #443: --with-chroot-dir not honoured by configure.
+
 27 March 2012: Wouter
        - fix bug #442: Fix that Makefile depends on pythonmod headers
          even using --without-pythonmodule.