diff options
author | Francois Tigeot <ftigeot@wolfpond.org> | 2011-06-03 23:19:28 +0200 |
---|---|---|
committer | Francois Tigeot <ftigeot@wolfpond.org> | 2011-06-03 23:19:28 +0200 |
commit | f426958254b471d974a8a4a00536513a42a5a0fb (patch) | |
tree | 8152d3ba77d22116bf533253b48ac1836164b22f /configure.in | |
parent | caa82d8438c2d0ee0b4c0c015252b7205ae64db2 (diff) |
Fix for xslt-config detection from Christian Lohmaier
Diffstat (limited to 'configure.in')
-rwxr-xr-x | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 2bf9aa3f3088..50841b6cc88c 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 |