diff --git a/src/post_modules/GTK/configure.in b/src/post_modules/GTK/configure.in index c4e1bbd368bb74b79f7429aeb0eb0977f305c63e..1739b91e59a4b1a822ad04164217ac1d6c0452cf 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