diff options
author | 2012-04-03 18:11:53 +0000 | |
---|---|---|
committer | 2012-04-03 18:11:53 +0000 | |
commit | c8615dc0865a1be417946cb9a341efdc733d764c (patch) | |
tree | 829b3cf9f0f20322082bcef18de3bea0b930754e | |
parent | Fix typo in configure.ac, UNBOUND_CHOOT_DIR (diff) | |
download | wireguard-openbsd-c8615dc0865a1be417946cb9a341efdc733d764c.tar.xz wireguard-openbsd-c8615dc0865a1be417946cb9a341efdc733d764c.zip |
regen
-rw-r--r-- | usr.sbin/unbound/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/unbound/configure b/usr.sbin/unbound/configure index 7ae5c70b90c..35cad81e037 100644 --- a/usr.sbin/unbound/configure +++ b/usr.sbin/unbound/configure @@ -3947,7 +3947,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 |