summaryrefslogblamecommitdiff
path: root/chinese/rxvt/files/patch-ab
blob: e24a55127d88231cbcc94741680a990bd8ccccb6 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12


                                                        
                                                      
          






                                                    


                                                        
                                                      
          






                                                    



                                                        










                                                             
--- autoconf/acconfig.h.orig	Fri Oct  9 16:09:57 1998
+++ autoconf/acconfig.h	Fri Oct  9 16:10:32 1998
@@ -35,6 +35,9 @@
 /* after compilation, rename executable as `crxvt' */
 #undef ZH
 
+/* Define if you want XCIN Chinese Input support */
+#undef XCIN
+
 /* Define if Xlocale support doesn't work */
 #undef NO_XLOCALE
 
--- autoconf/config.h.in.orig	Fri Oct  9 16:10:46 1998
+++ autoconf/config.h.in	Fri Oct  9 16:11:23 1998
@@ -80,6 +80,9 @@
 /* after compilation, rename executable as `crxvt' */
 #undef ZH
 
+/* Define if you want XCIN Chinese Input support */
+#undef XCIN
+
 /* Define if Xlocale support doesn't work */
 #undef NO_XLOCALE
 
--- autoconf/configure.in.orig	Fri Oct  9 16:11:33 1998
+++ autoconf/configure.in	Fri Oct  9 16:12:13 1998
@@ -82,6 +82,12 @@
     AC_DEFINE(ZH)
   fi])
 
+AC_ARG_ENABLE(xcin,
+[  --enable-xcin           enable XCIN support],
+[if test x$enableval = xyes; then
+  AC_DEFINE(XCIN)
+fi])
+
 AC_ARG_ENABLE(greek,
   [  --enable-greek          enable greek keyboard support],
   [if test x$enableval = xyes; then