SOURCES: pidgin-autoconf.patch (NEW) - forgotten patch to fix auto...

czarny czarny at pld-linux.org
Thu May 10 08:23:52 CEST 2007


Author: czarny                       Date: Thu May 10 06:23:52 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- forgotten patch to fix autoconf pass
- thx Chris!

---- Files affected:
SOURCES:
   pidgin-autoconf.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/pidgin-autoconf.patch
diff -u /dev/null SOURCES/pidgin-autoconf.patch:1.1
--- /dev/null	Thu May 10 08:23:52 2007
+++ SOURCES/pidgin-autoconf.patch	Thu May 10 08:23:47 2007
@@ -0,0 +1,14 @@
+diff -urN pidgin-2.0.0/configure.ac pidgin-2.0.0.new/configure.ac
+--- pidgin-2.0.0/configure.ac	2007-05-04 07:20:33.000000000 +0200
++++ pidgin-2.0.0.new/configure.ac	2007-05-08 22:31:56.289354220 +0200
+@@ -1939,8 +1939,8 @@
+ dnl # Check for check
+ dnl #######################################################################
+ PKG_CHECK_MODULES(CHECK,[check >= 0.9.4],:,[
+-					ifdef([AM_PATH_CHECK],
+-					[AM_PATH_CHECK(0.8.2,:,:)],
++					ifdef([PKG_CHECK_MODULES],
++					[PKG_CHECK_MODULES(CHECK,0.8.2,:,:)],
+ 					[AC_MSG_RESULT([no, testing is disabled])])
+ 				  ])
+ AM_CONDITIONAL(HAVE_CHECK, [test "x$CHECK_LIBS" != "x"])
================================================================


More information about the pld-cvs-commit mailing list