From: Theodore Ts'o Date: Wed, 14 May 2003 03:32:32 +0000 (-0400) Subject: configure.in: Fix typo in help message for --enable-evms-11 X-Git-Tag: E2FSPROGS-1_34-WIP-0521~14 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb988b2fd3f76147d1e8f83c6c450690f44291bd;p=thirdparty%2Fe2fsprogs.git configure.in: Fix typo in help message for --enable-evms-11 --- diff --git a/ChangeLog b/ChangeLog index 176d59b32..33df15d9d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-05-13 Theodore Ts'o + + * configure.in: Fix typo in help message for --enable-evms-11 + 2003-05-05 Theodore Ts'o * configure.in, configure: Add --enable-testio-debug configure option. diff --git a/configure b/configure index 824d8ddfa..1d1e8b6d6 100644 --- a/configure +++ b/configure @@ -34,7 +34,7 @@ ac_help="$ac_help ac_help="$ac_help --enable-evms-10 use EVMS 1.0 ABI (instead of EVMS 1.2)" ac_help="$ac_help - --enable-evms-11 use EVMS 1.1 ABI (instead of EVMS 1.1)" + --enable-evms-11 use EVMS 1.1 ABI (instead of EVMS 1.2)" ac_help="$ac_help --enable-dll-shlibs select DLL libraries" ac_help="$ac_help diff --git a/configure.in b/configure.in index df6fa4a70..9c5930a6a 100644 --- a/configure.in +++ b/configure.in @@ -206,7 +206,7 @@ dnl dnl handle --enable-emvs-11 dnl AC_ARG_ENABLE([evms-11], -[ --enable-evms-11 use EVMS 1.1 ABI (instead of EVMS 1.1)], +[ --enable-evms-11 use EVMS 1.1 ABI (instead of EVMS 1.2)], if test "$enableval" != "no" then EVMS_ABI_CODE=110