patches/libchewing-01-configure.diff
author drdoug007
Fri, 27 Jul 2007 10:23:02 +0000
changeset 353 70b47e90db3f
permissions -rw-r--r--
2007-07-27 Doug Scott <[email protected]> * SFElibanthy.spec: *NEW* Japanese input method * SFElibthai.spec: *NEW* Thai language support routines * SFEkmflcomp.spec: *NEW* Keyboard Mapping for Linux * SFEwordcut.spec: *NEW* Word Segmentation Utility for Thai Language * SFEm17n-im-config.spec: *NEW* m17n im config tool * SFElibdatrie.spec: *NEW* Implementation of double-array structure for representing trie * SFEm17n-db.spec: *NEW* m17n database * SFEscim.spec: *NEW* Smart Common Input Method Framework * SFEscim-thai.spec: *NEW* SCIM Thai language support * SFEscim-m17n.spec: *NEW* SCIM libm17n IMEngine * SFElibkmfl.spec: *NEW* Keyboard Mapping library for Linux * SFEm17n-lib.spec: *NEW* m17n library * SFElibhangul.spec: *NEW* portable library for processing hangul * SFElibchewing.spec: *NEW* Chewing Input Method library * SFEuim.spec: *NEW* UIM Input Method Framework * SFElibotf.spec: *NEW* Library for handling OpenType fonts * SFEm17n-contrib.spec: *NEW* m17n Contributed Data * SFEgtk-im-libthai.spec: *NEW* Thai language gtk im module * SFEscim-kmfl.spec: *NEW* SCIM kmfl imengine bridge * patches/libchewing-01-configure.diff: Remove AM_PATH_CHECK * patches/scim-kmfl-03-solaris.diff: Misc solaris patches * patches/scim-kmfl-02-strchr.diff: remove strchr test * patches/anthy-01-alloca.diff: add <alloca.h> * patches/scim-02-ss12-patch.diff: Solaris patch * patches/scim-kmfl-01-wall.diff: Remove -Wall * patches/kmflcomp-01-wall.diff: Remove -Wall * patches/m17n-lib-02-alloca.diff: add <alloca.h> * patches/uim-01-ss11.diff: Solaris patch * patches/scim-01-ss11-patch.diff: Solaris patch * patches/m17n-lib-01-intl.diff: Fix intl build * patches/libhangul-01-endian.diff: change endian.h to sys/byteorder.h * patches/libkmfl-01-wall.diff: Remove -Wall * patches/uim-01-ss11-patch.diff: Solaris patch
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
353
70b47e90db3f 2007-07-27 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     1
--- libchewing-0.3.0/configure.ac.orig	2007-07-26 19:49:48.056807106 +0700
70b47e90db3f 2007-07-27 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     2
+++ libchewing-0.3.0/configure.ac	2007-07-26 19:49:59.991684945 +0700
70b47e90db3f 2007-07-27 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     3
@@ -79,7 +79,6 @@
70b47e90db3f 2007-07-27 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     4
 AC_CHECK_FUNCS([memchr memmove memset mkdir strchr strstr])
70b47e90db3f 2007-07-27 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     5
 
70b47e90db3f 2007-07-27 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     6
 # Checks for check unit test framework
70b47e90db3f 2007-07-27 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     7
-AM_PATH_CHECK([0.8.2], [ enable_check=yes ], [ enable_check=no ])
70b47e90db3f 2007-07-27 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     8
 AM_CONDITIONAL(ENABLE_UNIT_TEST, test $enable_check = "yes")
70b47e90db3f 2007-07-27 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
     9
 
70b47e90db3f 2007-07-27 Doug Scott <[email protected]>
drdoug007
parents:
diff changeset
    10
 # Checks for ncursesw