Re: Does anyone know X and utf-8? Help us with ui i18n prob.



Rodrigos Patch needs X_HAVE_UTF8_STRING defined, but it's never defined
while configure. So I do that now. Dunno why that has been missing.
(there's no check for this AFAIK, GTK+ assumes UTF8_STRING in X since
before 2.0, so it should be save)

... not commiting, now as I want to wait until the issue is solved.
(have a lot more to come)

Chris
diff --git a/configure.in b/configure.in
index fb4aa1d..22b0782 100644
--- a/configure.in
+++ b/configure.in
@@ -63,6 +63,8 @@ AC_HEADER_TIME
 AC_CHECK_HEADERS(fcntl.h sys/time.h sys/utsname.h)
 AC_PATH_PROG(PKG_CONFIG, [pkg-config], [no])
 
+AC_DEFINE(X_HAVE_UTF8_STRING, 1, [have x utf8])
+
 dnl Check for X headers, etc
 _cppflags="${CPPFLAGS}"
 CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]