[Libreoffice-commits] .: configure.in

Sebastian Spaeth spaetz at kemper.freedesktop.org
Fri Dec 10 07:03:52 PST 2010


 configure.in |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 8456425140ad96bafa2594568d151ae3ff08b9b4
Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Fri Dec 10 16:02:10 2010 +0100

    Remove explicit check for pkg-config
    
    It was in there before, but it is unneccessary as we will check for
    pkg-config automatically when needed by PKG_CHECK_MODULES.
    
    Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

diff --git a/configure.in b/configure.in
index 7d1b48f..b356be0 100755
--- a/configure.in
+++ b/configure.in
@@ -1331,9 +1331,6 @@ if test -z "$GNUTAR"; then
 fi
 AC_SUBST(GNUTAR)
 
-# Do we have pkg-config?
-PKG_PROG_PKG_CONFIG
-
 dnl ===================================================================
 dnl Checks for --with-local-solenv invocation
 dnl TODO: Is this still required?


More information about the Libreoffice-commits mailing list