]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix typo in help text.
authorJeremy Reed <jreed@isc.org>
Mon, 10 Nov 2008 15:37:32 +0000 (15:37 +0000)
committerJeremy Reed <jreed@isc.org>
Mon, 10 Nov 2008 15:37:32 +0000 (15:37 +0000)
This was reported by r.phillips@jkmrc.com on dhcp-users.
I manually edited configure instead of running autoconf.

configure
configure.ac

index e5cb597929dbc3d860cf47d502e65641e853d2dd..5fb47b64f2ed8b71ec5211feaefa78447323f345 100755 (executable)
--- a/configure
+++ b/configure
@@ -860,7 +860,7 @@ Optional Features:
   --enable-delayed-ack    queues multiple DHCPACK replies (default is no)
   --enable-dhcpv6         enable support for DHCPv6 (default is yes)
   --enable-paranoia       enable support for chroot/setuid (default is no)
-  --eanble-early-chroot   enable chrooting prior to configuration (default is
+  --enable-early-chroot   enable chrooting prior to configuration (default is
                           no)
 
 Optional Packages:
index e14a20cf0789e4dcc75849cff61f64c8b0c32d68..7ace0b0e9dad6fab5266f6fecc48ec3ec8c1eac2 100644 (file)
@@ -115,7 +115,7 @@ AC_ARG_ENABLE(paranoia,
        AC_HELP_STRING([--enable-paranoia],
                [enable support for chroot/setuid (default is no)]))
 AC_ARG_ENABLE(early_chroot,
-       AC_HELP_STRING([--eanble-early-chroot],
+       AC_HELP_STRING([--enable-early-chroot],
                [enable chrooting prior to configuration (default is no)]))
 # If someone enables early chroot, but does not enable paranoia, do so for
 # them.