]> git.pld-linux.org Git - packages/pidgin.git/commitdiff
- forgotten patch to fix autoconf pass
authorczarny <czarny@pld-linux.org>
Thu, 10 May 2007 06:23:47 +0000 (06:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- thx Chris!

Changed files:
    pidgin-autoconf.patch -> 1.1

pidgin-autoconf.patch [new file with mode: 0644]

diff --git a/pidgin-autoconf.patch b/pidgin-autoconf.patch
new file mode 100644 (file)
index 0000000..fcf0d97
--- /dev/null
@@ -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"])
This page took 0.184486 seconds and 4 git commands to generate.