summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pcre-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/pcre-config.in b/pcre-config.in
index ccbf210..fbdf612 100644
--- a/pcre-config.in
+++ b/pcre-config.in
@@ -70,7 +70,7 @@ while test $# -gt 0; do
;;
--libs-cpp)
if test @enable_cpp@ = yes ; then
- echo -L@libdir@$libR -lpcrecpp -lpcre
+ echo $libS$libR -lpcrecpp -lpcre
else
echo "${usage}" 1>&2
fi