SOURCES: poldek-configure_in.patch - better fix

tommat tommat at pld-linux.org
Mon Apr 16 08:34:37 CEST 2007


Author: tommat                       Date: Mon Apr 16 06:34:37 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- better fix

---- Files affected:
SOURCES:
   poldek-configure_in.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/poldek-configure_in.patch
diff -u SOURCES/poldek-configure_in.patch:1.1 SOURCES/poldek-configure_in.patch:1.2
--- SOURCES/poldek-configure_in.patch:1.1	Sun Apr 15 21:34:15 2007
+++ SOURCES/poldek-configure_in.patch	Mon Apr 16 08:34:32 2007
@@ -1,10 +1,14 @@
---- poldek-0.20.1-cvs20070108.22/configure.in.orig	2007-04-15 19:39:56.000000000 +0200
-+++ poldek-0.20.1-cvs20070108.22/configure.in	2007-04-15 19:40:04.000000000 +0200
-@@ -58,6 +58,7 @@
+--- poldek-0.20.1-cvs20070108.22/configure.in.orig	2007-04-16 06:33:41.000000000 +0200
++++ poldek-0.20.1-cvs20070108.22/configure.in	2007-04-16 06:34:34.000000000 +0200
+@@ -58,10 +58,7 @@
  AM_CFLAGS="-Wall -W"
  AC_SUBST(AM_CFLAGS)
  
-+m4_pattern_allow([^AM_PATH_CHECK$])
- AM_PATH_CHECK(,[have_check="yes"],
-                [AC_MSG_WARN([check library not found; cannot run unit tests]) 
- 	       have_check="no"])
+-AM_PATH_CHECK(,[have_check="yes"],
+-               [AC_MSG_WARN([check library not found; cannot run unit tests]) 
+-	       have_check="no"])
+-
++PKG_CHECK_MODULES(CHECK, check >= 0.9.4, have_check=yes, have_check=no)
+ 
+ dnl Process features.
+ AC_CHECK_LIB(tinfo, tigetstr,,[
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/poldek-configure_in.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list