From 6279a165e119e03a212ada42b18a0bea520cb27f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Tue, 7 Sep 2010 14:56:16 +0100 Subject: [PATCH] gst-check.m4: remove duplicate AC_MSG_RESULT(no) PKG_CHECK_MODULES already does that. --- m4/gst-check.m4 | 2 -- 1 file changed, 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]) -- 2.7.4