From 61341d92375ad9f0902b60e55d400498471389e3 Mon Sep 17 00:00:00 2001 From: Kalle Olavi Niemitalo Date: Sun, 16 Dec 2007 01:06:48 +0200 Subject: [PATCH] Bug 822: Show --disable-utf-8 in configure --help. Because features.conf now contains CONFIG_UTF8=yes, configure --enable-utf-8 is not useful, and it is better to document configure --disable-utf-8. Reported by witekfl. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 4520b3bf7..7be3a9655 100644 --- a/configure.in +++ b/configure.in @@ -1334,7 +1334,7 @@ EL_ARG_ENABLE(CONFIG_SMALL, small, [Small binary], [ --enable-small reduce binary size as far as possible (but see the bottom of doc/small.txt!)]) EL_ARG_ENABLE(CONFIG_UTF8, utf-8, [UTF-8], - [ --enable-utf-8 enable UTF-8 support]) + [ --disable-utf-8 disable UTF-8 support]) AC_ARG_ENABLE(weehoofooboomookerchoo,