[Libreoffice-commits] core.git: configure.ac

Michael Stahl mstahl at redhat.com
Wed Jun 10 05:48:08 PDT 2015


 configure.ac |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ada6281a5bd74d0ff6ae578d57f39f65b7c25103
Author: Michael Stahl <mstahl at redhat.com>
Date:   Wed Jun 10 14:40:57 2015 +0200

    configure: make the error message for pkg-config on Mac more actionable
    
    Change-Id: Ia7f99123625df28cd5459ee6d488e02b20d386f0

diff --git a/configure.ac b/configure.ac
index 178c663..0595b16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5079,7 +5079,7 @@ if test $_os = Darwin; then
             if test "$enable_bogus_pkg_config" = "yes"; then
                 AC_MSG_RESULT([yes, user-approved from unknown origin.])
             else
-                AC_MSG_ERROR([yes, from unknown origin. This *will* break the build. Please remove or hide $PKG_CONFIG])
+                AC_MSG_ERROR([yes, from unknown origin. This *will* break the build. Please modify your PATH variable so that $PKG_CONFIG is no longer found by configure scripts.])
             fi
         fi
     else


More information about the Libreoffice-commits mailing list