poldek: poldek/configure.in - rollback last commit, 'check' is not...

mis mis at pld-linux.org
Sat Jun 16 16:42:20 CEST 2007


Author: mis                          Date: Sat Jun 16 14:42:20 2007 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- rollback last commit, 'check' is not pkg-config'ed

---- Files affected:
poldek/poldek:
   configure.in (1.128 -> 1.129) 

---- Diffs:

================================================================
Index: poldek/poldek/configure.in
diff -u poldek/poldek/configure.in:1.128 poldek/poldek/configure.in:1.129
--- poldek/poldek/configure.in:1.128	Sat Jun 16 14:57:37 2007
+++ poldek/poldek/configure.in	Sat Jun 16 16:42:15 2007
@@ -58,7 +58,10 @@
 AM_CFLAGS="-Wall -W"
 AC_SUBST(AM_CFLAGS)
 
-PKG_CHECK_MODULES(CHECK, check >= 0.9.4, have_check=yes, have_check=no)
+AM_PATH_CHECK(,[have_check="yes"],
+               [AC_MSG_WARN([check library not found; cannot run unit tests]) 
+              have_check="no"])
+
 
 dnl Process features.
 AC_CHECK_LIB(tinfo, tigetstr,,[
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/poldek/poldek/configure.in?r1=1.128&r2=1.129&f=u



More information about the pld-cvs-commit mailing list