diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-02-08 21:03:25 +0000 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-02-08 21:03:25 +0000 |
commit | 0d4023777a74f213c58f9e963f35aad36f1c5ecb (patch) | |
tree | 294a380ca773a4f8e9badc9cd94ac0c59672bab1 /apr-config.in | |
parent | c8363d0fd95f96d4cef060468f9c31dca11b6ccb (diff) | |
download | apr-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.in | 6 |
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 |