summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-08-21 22:38:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2012-08-21 22:38:11 +0200
commitacf038dde9114a2e48d18e16511efdb85684d2f9 (patch)
tree0351422f3a49fafa060cd5f413367d1fd400e3c8 /configure.in
parent3cadf6de64519da4ec11f16e048c05e4058a5ed6 (diff)
Mac OS X --enable-mozilla does require pkg-config
Change-Id: I304c615bda490879efb3532e5beb16b674d14bee
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5954209e2770..65a7325703cb 100644
--- a/configure.in
+++ b/configure.in
@@ -4396,9 +4396,10 @@ AC_SUBST(WINDRES)
dnl ===================================================================
dnl pkg-config checks on Mac OS X
+dnl (but --enable-mozilla /does/ require a carefully crafted pkg-config)
dnl ===================================================================
-if test $_os = Darwin; then
+if test $_os = Darwin -a "$enable_mozilla" = no; then
AC_MSG_CHECKING([for bogus pkg-config])
if test -n "$PKG_CONFIG"; then
if test "$PKG_CONFIG" = /usr/bin/pkg-config && ls -l /usr/bin/pkg-config | $GREP -q Mono.framework; then