From 26ef247fb68f453df05b82cd1c8be6865bf3b8d9 Mon Sep 17 00:00:00 2001 From: Jeremy Reed Date: Mon, 10 Nov 2008 15:37:32 +0000 Subject: [PATCH] Fix typo in help text. This was reported by r.phillips@jkmrc.com on dhcp-users. I manually edited configure instead of running autoconf. --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3