summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-07 14:56:16 +0100
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2010-09-07 14:56:16 +0100
commit6279a165e119e03a212ada42b18a0bea520cb27f (patch)
tree73d1cf82451c1e34b084cedc27ea21d22b82e9c1
parentaa0d1d0399c8095314394d869ceab21a371e6fbb (diff)
gst-check.m4: remove duplicate AC_MSG_RESULT(no)
PKG_CHECK_MODULES already does that.
-rw-r--r--m4/gst-check.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/m4/gst-check.m4 b/m4/gst-check.m4
index f75fb59..98295e4 100644
--- a/m4/gst-check.m4
+++ b/m4/gst-check.m4
@@ -28,7 +28,6 @@ AC_DEFUN([AG_GST_PKG_CHECK_MODULES],
],
[
HAVE_[$1]="no"
- AC_MSG_RESULT(no)
if test "x$required" = "xyes"; then
AC_MSG_ERROR($[$1]_PKG_ERRORS)
else
@@ -53,7 +52,6 @@ AC_DEFUN([AG_GST_CHECK_MODULES],
],
[
HAVE_[$1]="no"
- AC_MSG_RESULT(no)
AC_MSG_NOTICE($[$1]_PKG_ERRORS)
if test "x$required" = "xyes"; then
AC_MSG_ERROR([no $module >= $minver ($name) found])