]> git.draconx.ca Git - cdecl99.git/blobdiff - configure.ac
libcdecl: Punt gnulib lock module.
[cdecl99.git] / configure.ac
index 435eaf9b004482c3e232ac081642ac7ae1859d24..d8a413b14669ce1d31caf94cee173d6db4de46b2 100644 (file)
@@ -28,6 +28,7 @@ AM_PROG_CC_C_O
 gl_EARLY
 
 AC_HEADER_ASSERT
+AC_TYPE_UNSIGNED_LONG_LONG_INT
 AC_C_FLEXIBLE_ARRAY_MEMBER
 AC_C_INLINE
 DX_C_FOR_DECLARATIONS
@@ -39,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])],