Author: megabajt Date: Sat Feb 24 12:41:33 2007 GMT Module: SOURCES Tag: HEAD ---- Log message: - use PKG_CHECK_MODULES instead of deprecated AM_PATH_CHECK (fix build)
---- Files affected: SOURCES: rhythmbox-configure.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: SOURCES/rhythmbox-configure.patch diff -u /dev/null SOURCES/rhythmbox-configure.patch:1.1 --- /dev/null Sat Feb 24 13:41:33 2007 +++ SOURCES/rhythmbox-configure.patch Sat Feb 24 13:41:28 2007 @@ -0,0 +1,12 @@ +diff -urN rhythmbox-0.9.8/configure.ac rhythmbox-0.9.8.new/configure.ac +--- rhythmbox-0.9.8/configure.ac 2007-02-24 12:16:55.000000000 +0100 ++++ rhythmbox-0.9.8.new/configure.ac 2007-02-24 12:59:25.000000000 +0100 +@@ -910,7 +910,7 @@ + + + dnl check, for unit tests +-AM_PATH_CHECK([], have_check=yes, have_check=no) ++PKG_CHECK_MODULES(CHECK, check >= 0.9.4, have_check=yes, have_check=no) + AM_CONDITIONAL([HAVE_CHECK],[test "x$have_check" = "xyes"]) + + ================================================================ _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
