From: Thomas Vander Stichele Date: Thu, 9 Mar 2006 19:40:43 +0000 (+0000) Subject: m4/check.m4: fix test so it actually works when the normal check is used over debian... X-Git-Tag: RELEASE-0_10_1~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9200457d08a57f0d7eaeb56915804fa8faf14418;p=platform%2Fupstream%2Fgst-common.git m4/check.m4: fix test so it actually works when the normal check is used over debian's/ubuntu's Original commit message from CVS: * m4/check.m4: fix test so it actually works when the normal check is used over debian's/ubuntu's --- diff --git a/ChangeLog b/ChangeLog index 819c64c..c2b57b3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-03-09 Thomas Vander Stichele + + * m4/check.m4: + fix test so it actually works when the normal check is used + over debian's/ubuntu's + 2006-03-08 Jan Schmidt * check.mak: diff --git a/m4/check.m4 b/m4/check.m4 index 20a2406..19784ae 100644 --- a/m4/check.m4 +++ b/m4/check.m4 @@ -24,6 +24,9 @@ AC_DEFUN([_AM_TRY_CHECK], AC_MSG_CHECKING(for check named $check_lib_name - version >= $min_check_version) rm -f conf.check-test + dnl unset no_check, since in our second run it would have been set to yes + dnl before + no_check= AC_TRY_RUN([ #include #include