patches/libchewing-01-configure.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 353 70b47e90db3f
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
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