[Libreoffice-commits] .: configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Tue Aug 21 13:38:35 PDT 2012


 configure.in |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit acf038dde9114a2e48d18e16511efdb85684d2f9
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Tue Aug 21 22:38:11 2012 +0200

    Mac OS X --enable-mozilla does require pkg-config
    
    Change-Id: I304c615bda490879efb3532e5beb16b674d14bee

diff --git a/configure.in b/configure.in
index 5954209..65a7325 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


More information about the Libreoffice-commits mailing list