summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsthen <sthen@openbsd.org>2012-04-03 18:11:38 +0000
committersthen <sthen@openbsd.org>2012-04-03 18:11:38 +0000
commitd4d89bb1005d831c4f364ffc12453881d6deb465 (patch)
tree9b5a1a1985eed675a01b2a0130df6becd3b972cc
parentFix kernel compilation with pf but without pfsync pseudo-device by (diff)
downloadwireguard-openbsd-d4d89bb1005d831c4f364ffc12453881d6deb465.tar.xz
wireguard-openbsd-d4d89bb1005d831c4f364ffc12453881d6deb465.zip
Fix typo in configure.ac, UNBOUND_CHOOT_DIR
-rw-r--r--usr.sbin/unbound/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/unbound/configure.ac b/usr.sbin/unbound/configure.ac
index d649fa31b1c..fdfe8817eaa 100644
--- a/usr.sbin/unbound/configure.ac
+++ b/usr.sbin/unbound/configure.ac
@@ -139,7 +139,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,