From: Jeremy Reed Date: Mon, 10 Nov 2008 15:37:32 +0000 (+0000) Subject: Fix typo in help text. X-Git-Tag: v4_1_0rc1~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26ef247fb68f453df05b82cd1c8be6865bf3b8d9;p=thirdparty%2Fdhcp.git Fix typo in help text. This was reported by r.phillips@jkmrc.com on dhcp-users. I manually edited configure instead of running autoconf. --- diff --git a/configure b/configure index e5cb59792..5fb47b64f 100755 --- 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: diff --git a/configure.ac b/configure.ac index e14a20cf0..7ace0b0e9 100644 --- a/configure.ac +++ b/configure.ac @@ -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.