summaryrefslogtreecommitdiff
path: root/xslt-config.in
diff options
context:
space:
mode:
authorDaniel Veillard <veillard@src.gnome.org>2001-10-04 13:50:56 +0000
committerDaniel Veillard <veillard@src.gnome.org>2001-10-04 13:50:56 +0000
commit38c514d57e7c4dc95f36042b982b12f9d58186c2 (patch)
tree9907101b297f7e49ae55530e325412e7f52f73b8 /xslt-config.in
parenta65fe29f0530a87f073679cc1eb69ef871903b24 (diff)
downloadlibxslt-38c514d57e7c4dc95f36042b982b12f9d58186c2.tar.gz
libxslt-38c514d57e7c4dc95f36042b982b12f9d58186c2.tar.bz2
libxslt-38c514d57e7c4dc95f36042b982b12f9d58186c2.zip
trying to fix bug #60890 Daniel
* configure.in xslt-config.in: trying to fix bug #60890 Daniel
Diffstat (limited to 'xslt-config.in')
-rw-r--r--xslt-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt-config.in b/xslt-config.in
index b66fb31f..6d35d53a 100644
--- a/xslt-config.in
+++ b/xslt-config.in
@@ -83,7 +83,7 @@ while test $# -gt 0; do
shift
done
-the_libs="$the_libs -L$libdir -lxslt `@XML_CONFIG@ --libs`"
+the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@"
the_flags="$the_flags -I$includedir `@XML_CONFIG@ --cflags`"
if $cflags; then