summaryrefslogtreecommitdiff
path: root/apr-config.in
diff options
context:
space:
mode:
authorJustin Erenkrantz <jerenkrantz@apache.org>2002-02-08 21:03:25 +0000
committerJustin Erenkrantz <jerenkrantz@apache.org>2002-02-08 21:03:25 +0000
commit0d4023777a74f213c58f9e963f35aad36f1c5ecb (patch)
tree294a380ca773a4f8e9badc9cd94ac0c59672bab1 /apr-config.in
parentc8363d0fd95f96d4cef060468f9c31dca11b6ccb (diff)
downloadapr-0d4023777a74f213c58f9e963f35aad36f1c5ecb.tar.gz
Like --srcdir, these flags can *not* be part of a series of flags.
If you want this, you get it by itself. (The leading spaces killed the apr-util build.) git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@62936 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'apr-config.in')
-rw-r--r--apr-config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/apr-config.in b/apr-config.in
index 831454634..51d207031 100644
--- a/apr-config.in
+++ b/apr-config.in
@@ -192,10 +192,12 @@ while test $# -gt 0; do
fi
;;
--apr-so-ext)
- flags="$flags $APR_SO_EXT"
+ echo "$APR_SO_EXT"
+ exit 0
;;
--apr-lib-target)
- flags="$flags $APR_LIB_TARGET"
+ echo "$APR_LIB_TARGET"
+ exit 0
;;
--help)
show_usage