[librsvgmm] Ignore excess arguments to MM_PKG_CONFIG_SUBST()
- From: Daniel Elstner <daniel src gnome org>
- To: svn-commits-list gnome org
- Subject: [librsvgmm] Ignore excess arguments to MM_PKG_CONFIG_SUBST()
- Date: Sun, 12 Jul 2009 19:53:00 +0000 (UTC)
commit b29a0a9715d7b77a78f74404febc8f0388e15ffb
Author: Daniel Elstner <daniel kitta gmail com>
Date: Sun Jul 12 21:46:53 2009 +0200
Ignore excess arguments to MM_PKG_CONFIG_SUBST()
build/mm-pkg.m4 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/mm-pkg.m4 b/build/mm-pkg.m4
index 956128c..fab545b 100644
--- a/build/mm-pkg.m4
+++ b/build/mm-pkg.m4
@@ -27,7 +27,7 @@
##
AC_DEFUN([MM_PKG_CONFIG_SUBST],
[dnl
-m4_assert([$# >= 2 && $# <= 4])[]dnl
+m4_assert([$# >= 2])[]dnl
AC_REQUIRE([PKG_PROG_PKG_CONFIG])[]dnl
AC_MSG_CHECKING([for $1])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]