summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugh McMaster <hugh.mcmaster@outlook.com>2019-07-29 21:19:40 +1000
committerHugh McMaster <hugh.mcmaster@outlook.com>2019-07-29 21:52:41 +1000
commit9d3cb2e4c51b2a37874c23a0278a8b7a7f287331 (patch)
treea4a643d9cdf9b9a49f1de46a17303ca66bfbbee6
parent6be203f1ac6aa5f97b43d4e6ea0bab438f1192ad (diff)
downloadlibxslt-9d3cb2e4c51b2a37874c23a0278a8b7a7f287331.tar.gz
xslt-config.in: Remove unused variable
-rw-r--r--xslt-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/xslt-config.in b/xslt-config.in
index 8c8b9e1c..38342863 100644
--- a/xslt-config.in
+++ b/xslt-config.in
@@ -95,7 +95,7 @@ done
the_libs="@XSLT_LIBDIR@ @XSLT_LIBS@ @EXTRA_LIBS@"
if $libs; then
- all_flags="$all_flags $services $the_libs"
+ all_flags="$all_flags $the_libs"
fi
if test -z "$all_flags" || test "x$all_flags" = "x "; then