pidgin: be5daf6b: autoconf started crying at me about "pos...

nosnilmot at pidgin.im nosnilmot at pidgin.im
Wed Apr 2 09:42:31 EDT 2008


-----------------------------------------------------------------
Revision: be5daf6b2d4b74ae001cc4716b13a96e9d7f53f6
Ancestor: 4d3eb6927ae6a1624885df1266da1fc681d35cde
Author: nosnilmot at pidgin.im
Date: 2008-04-02T13:35:09
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/be5daf6b2d4b74ae001cc4716b13a96e9d7f53f6

Modified files:
        configure.ac

ChangeLog: 

autoconf started crying at me about "possibly undefined macro: PKG_CHECK_MODULES"
this seems to fix it, oddly enough. I don't know if it will still find old
versions of check now though. I guess it doesn't matter, it's not like many
people actually bother to run "make check".

-------------- next part --------------
============================================================
--- configure.ac	e93a70532b5607fe68ed55df1e9324d94e7cded2
+++ configure.ac	0395847f95bab06d602668738df0ff0f8dac077a
@@ -2135,7 +2135,7 @@ PKG_CHECK_MODULES(CHECK,[check >= 0.9.4]
 dnl # Check for check
 dnl #######################################################################
 PKG_CHECK_MODULES(CHECK,[check >= 0.9.4],:,[
-					ifdef([AM_PATH_CHECK],
+					ifdef([[AM_PATH_CHECK]],
 					[AM_PATH_CHECK(0.8.2,:,:)],
 					[AC_MSG_RESULT([no, testing is disabled])])
 				  ])


More information about the Commits mailing list