From a672323e228cc379388fafe906e18f7a4b418c90 Mon Sep 17 00:00:00 2001 From: Marcus Comstedt <marcus@mc.pp.se> Date: Wed, 19 Sep 2001 22:54:41 +0200 Subject: [PATCH] Always use UTF8 on Windows. Rev: src/post_modules/GTK/configure.in:1.33 --- src/post_modules/GTK/configure.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/post_modules/GTK/configure.in b/src/post_modules/GTK/configure.in index c4e1bbd368..1739b91e59 100644 --- a/src/post_modules/GTK/configure.in +++ b/src/post_modules/GTK/configure.in @@ -358,6 +358,12 @@ dnl Not yet available with GTK 2.0 (Wait for gnome 2.0 etc.) pgtk_has_docklets=nodocklets GNOME_CFLAGS="" GNOME_LIBS="" + else + if test x"$pike_cv_sys_os" = xWindows_NT ; then + AC_DEFINE(PGTK_AUTO_UTF8) + else + : + fi fi if test "x$WITH_GTK" = x1 ; then -- GitLab