mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
06762bfda1
This changes the behavior of Tk on X where X Input Methods (XIM) were recognized and used without question. With 8.3, they will be recognized and initialized, but not used unless XIM is turned on (tk useinputmethods 1). This should only affect users users with special input methods, and the new default behavior should be more beneficial to the average user. BTW, please repo copy, thanks.
16 lines
560 B
Plaintext
16 lines
560 B
Plaintext
--- configure.in.orig Thu Feb 10 11:09:57 2000
|
|
+++ configure.in Wed Feb 21 20:48:23 2001
|
|
@@ -37,6 +37,12 @@
|
|
|
|
SC_ENABLE_THREADS
|
|
|
|
+#------------------------------------------------------------------------
|
|
+# i18n improvement
|
|
+#------------------------------------------------------------------------
|
|
+
|
|
+SC_ENABLE_I18N_IMPROVE
|
|
+
|
|
#------------------------------------------------------------------------------
|
|
# If we're using GCC, see if the compiler understands -pipe. If so, use it.
|
|
# It makes compiling go faster. (This is only a performance feature.)
|