summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apr-config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/apr-config.in b/apr-config.in
index d80ed2d15..bc3383bdf 100644
--- a/apr-config.in
+++ b/apr-config.in
@@ -91,6 +91,7 @@ Known values for OPTION are:
--srcdir print APR source directory
--link-ld print link switch(es) for linking to APR
--link-libtool print the libtool inputs for linking to APR
+ --shlib-path-var print the name of the shard library path env var
--apr-la-file print the path to the .la file, if available
--apr-so-ext print the extensions of shared objects on this platform
--apr-lib-target print the libtool target information
@@ -198,6 +199,10 @@ while test $# -gt 0; do
flags="$flags $LA_FILE"
fi
;;
+ --shlib-path-var)
+ echo "$SHLIBPATH_VAR"
+ exit 0
+ ;;
--apr-la-file)
if test -f "$LA_FILE"; then
flags="$flags $LA_FILE"