From 20cd751db12c400c98533c1b98fa984a9aecf9db Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 25 Dec 2008 04:47:56 +0100 Subject: configure.ac: added --disable-multibyte This allows you to disable wide character support, retaining multibyte character support. --- src/options.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 7c82f7cef..918f3135c 100644 --- a/src/options.c +++ b/src/options.c @@ -166,6 +166,9 @@ handle_option(int c, const char *arg) #ifndef NDEBUG " debug" #endif +#ifdef ENABLE_MULTIBYTE + " multibyte" +#endif #ifdef ENABLE_WIDE " wide" #endif -- cgit v1.2.3