Fix for xslt-config detection from Christian Lohmaier

This commit is contained in:
Francois Tigeot 2011-06-03 23:19:28 +02:00
parent caa82d8438
commit f426958254

View file

@ -4320,7 +4320,7 @@ if test -n "$with_system_libxslt" -o -n "$with_system_libs" -o \
dnl omit -L/usr/lib dnl omit -L/usr/lib
LIBXSLT_LIBS="-lxslt -lxml2 -lz -lpthread -liconv -lm" LIBXSLT_LIBS="-lxslt -lxml2 -lz -lpthread -liconv -lm"
else else
PKG_CHECK_MODULES(LIBXSLT, xslt-config, libxslt) PKG_CHECK_MODULES(LIBXSLT, libxslt)
fi fi
dnl Check for xsltproc dnl Check for xsltproc