summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2009-12-06 21:17:45 +0100
committerTollef Fog Heen <tfheen@err.no>2009-12-06 21:17:45 +0100
commit6a2c307ed21dd90e23fe576e797d469b2d2eedaa (patch)
treeef454b6bcb342612cd88bac61ccf8c7f97aceeb2
parentc3ddc0344e02b77c3ebe74273be90b500e2448a4 (diff)
Rephrase comment before PKG_CHECK_EXISTS in pkg.m4
-rw-r--r--pkg.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg.m4 b/pkg.m4
index 6bfe45c..95f7cbc 100644
--- a/pkg.m4
+++ b/pkg.m4
@@ -51,10 +51,10 @@ fi[]dnl
# Check to see whether a particular set of modules exists. Similar
# to PKG_CHECK_MODULES(), but does not set variables or print errors.
#
-#
-# Similar to PKG_CHECK_MODULES, make sure that the first instance of
-# this or PKG_CHECK_MODULES is called, or make sure to call
-# PKG_CHECK_EXISTS manually
+# Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG])
+# only at the first occurence in configure.ac, so if the first place
+# it's called might be skipped (such as if it is within an "if", you
+# have to call PKG_CHECK_EXISTS manually
# --------------------------------------------------------------
AC_DEFUN([PKG_CHECK_EXISTS],
[AC_REQUIRE([PKG_PROG_PKG_CONFIG])dnl