jerenkrantz 02/02/08 13:03:25
Modified: . apr-config.in
Log:
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.)
Revision Changes Path
1.10 +4 -2 apr/apr-config.in
Index: apr-config.in
===================================================================
RCS file: /home/cvs/apr/apr-config.in,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- apr-config.in 8 Feb 2002 20:27:27 -0000 1.9
+++ apr-config.in 8 Feb 2002 21:03:25 -0000 1.10
@@ -192,10 +192,12 @@
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