summaryrefslogtreecommitdiff
path: root/build/apr_common.m4
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2004-02-05 21:18:04 +0000
committerJoe Orton <jorton@apache.org>2004-02-05 21:18:04 +0000
commit2720a289536a117ea05393098a7032bffa7a2610 (patch)
tree17befec4364785128d9bdda088190c3cfbf8ade8 /build/apr_common.m4
parent42dc41367922366c77526c4b676eb7ea709293b0 (diff)
downloadapr-2720a289536a117ea05393098a7032bffa7a2610.tar.gz
* build/apr_common.m4 (APR_CONFIG_NICE): Preserve LTFLAGS setting.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@64899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/apr_common.m4')
-rw-r--r--build/apr_common.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/build/apr_common.m4 b/build/apr_common.m4
index 143824719..4b3294a71 100644
--- a/build/apr_common.m4
+++ b/build/apr_common.m4
@@ -26,6 +26,9 @@ EOF
if test -n "$LDFLAGS"; then
echo "LDFLAGS=\"$LDFLAGS\"; export LDFLAGS" >> $1
fi
+ if test -n "$LTFLAGS"; then
+ echo "LTFLAGS=\"$LTFLAGS\"; export LTFLAGS" >> $1
+ fi
if test -n "$LIBS"; then
echo "LIBS=\"$LIBS\"; export LIBS" >> $1
fi