Mercurial > pidgin.yaz
changeset 22595:c3189d5da3bf
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".
author | Stu Tomlinson <stu@nosnilmot.com> |
---|---|
date | Wed, 02 Apr 2008 13:35:09 +0000 |
parents | 3bf963b9c715 |
children | 7dd74e13f447 |
files | configure.ac |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Wed Apr 02 12:29:10 2008 +0000 +++ b/configure.ac Wed Apr 02 13:35:09 2008 +0000 @@ -2135,7 +2135,7 @@ 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])]) ])