poldek: poldek/configure.in - back with pkg-config

mis mis at pld-linux.org
Sun Jun 17 23:24:20 CEST 2007


Author: mis                          Date: Sun Jun 17 21:24:19 2007 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- back with pkg-config

---- Files affected:
poldek/poldek:
   configure.in (1.131 -> 1.132) 

---- Diffs:

================================================================
Index: poldek/poldek/configure.in
diff -u poldek/poldek/configure.in:1.131 poldek/poldek/configure.in:1.132
--- poldek/poldek/configure.in:1.131	Sat Jun 16 23:25:58 2007
+++ poldek/poldek/configure.in	Sun Jun 17 23:24:14 2007
@@ -58,11 +58,8 @@
 AM_CFLAGS="-Wall -W"
 AC_SUBST(AM_CFLAGS)
 
-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,,[
 	AC_CHECK_LIB(ncurses, tigetstr, ,[ 
================================================================

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



More information about the pld-cvs-commit mailing list