head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.01.09.08.01.29;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310125
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r310125 | swills | 2013-01-09 06:58:36 +0000 (Wed, 09 Jan 2013) | 7 lines
## SVN ##
## SVN ## - Update to 1.0.1
## SVN ## - Update patch and extract patches from single patch
## SVN ##
## SVN ## PR:		ports/175097
## SVN ## Submitted by:	Po-Chien Lin <linpc@@cs.nctu.edu.tw>
## SVN ## Approved by:	Kang-min Liu <gugod@@gugod.org> (maintainer)
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@--- ./configure.orig	2013-01-04 20:51:05.000000000 +0800
+++ ./configure	2013-01-04 20:46:12.000000000 +0800
@@@@ -1293,6 +1293,7 @@@@
   --enable-wtmp           enable wtmp support if you have utmp/utmpx support
   --enable-kanji          enable kanji support
   --enable-big5           enable big5 support
+  --enable-xim            enable xim support
   --enable-greek          enable greek keyboard support
   --enable-thai           enable thai support
   --enable-ttygid         enable tty setting to group \"tty\" - use only if
@@@@ -1864,6 +1865,16 @@@@
 fi
 
 
+# Check whether --enable-xim was given.
+if test "${enable_xim+set}" = set; then
+  enableval=$enable_xim; if test x$enableval = xyes; then
+cat >> confdefs.h <<\_ACEOF
+#define USE_XIM 1
+_ACEOF
+ fi
+fi
+
+
 # Check whether --enable-greek was given.
 if test "${enable_greek+set}" = set; then
   enableval=$enable_greek; if test x$enableval = xyes; then
@
