[Libreoffice-commits] .: configure.in

François Tigeot ftigeot at kemper.freedesktop.org
Fri Jun 3 14:21:10 PDT 2011


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

New commits:
commit 3fa1c6a75e5229f02c788ca615b9b71c905ba160
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Fri Jun 3 23:19:28 2011 +0200

    Fix for xslt-config detection from Christian Lohmaier

diff --git a/configure.in b/configure.in
index 2bf9aa3..50841b6 100755
--- a/configure.in
+++ b/configure.in
@@ -4320,7 +4320,7 @@ if test -n "$with_system_libxslt" -o -n "$with_system_libs" -o \
         dnl omit -L/usr/lib
         LIBXSLT_LIBS="-lxslt -lxml2 -lz -lpthread -liconv -lm"
     else
-        PKG_CHECK_MODULES(LIBXSLT, xslt-config, libxslt)
+        PKG_CHECK_MODULES(LIBXSLT, libxslt)
     fi
 
     dnl Check for xsltproc


More information about the Libreoffice-commits mailing list