X-Git-Url: https://git.draconx.ca/gitweb/cdecl99.git/blobdiff_plain/0c3d696d84c1d76482d83e76e4c2b4218b028f1f..beac10d6593fee948759c05d956b83db6803f2ec:/configure.ac diff --git a/configure.ac b/configure.ac index 62715e8..d8a413b 100644 --- a/configure.ac +++ b/configure.ac @@ -40,6 +40,10 @@ gl_INIT # no need for multithreaded mbrtowc (all programs are single threaded). AC_DEFINE([GNULIB_MBRTOWC_SINGLE_THREAD], [1], [Define to 1.]) +# As the wcwidth replacement module is not used by the library, there is +# no need to support varying locales (programs set locale once at startup). +AC_DEFINE([GNULIB_WCHAR_SINGLE_LOCALE], [1], [Define to 1.]) + AS_IF([test x"$gl_cv_lib_readline" = x"no"], [AS_IF([test x"$with_readline" = x"yes"], [AC_MSG_FAILURE([--with-readline requested but readline was not found])],