diff options
Diffstat (limited to 'xslt-config.in')
-rw-r--r-- | xslt-config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt-config.in b/xslt-config.in index 45c3e28f..93351e84 100644 --- a/xslt-config.in +++ b/xslt-config.in @@ -89,7 +89,7 @@ while test $# -gt 0; do shift done -the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@" +the_libs="-lxslt" if test "$includedir" != "/usr/include"; then the_flags="$the_flags -I$includedir `@XML_CONFIG@ --cflags`" else |