aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-10-17 21:51:21 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-10-17 21:51:21 +0100
commit7d5fd5fcd02564226abb067b0a47da637ca653fc (patch)
tree1598bcf1bc78146629bab5cd67615e147dd57d99 /configure.ac
parentf6c49cecc18df02579473095818935e8271fbfbc (diff)
downloadrtmux-7d5fd5fcd02564226abb067b0a47da637ca653fc.tar.gz
rtmux-7d5fd5fcd02564226abb067b0a47da637ca653fc.tar.bz2
rtmux-7d5fd5fcd02564226abb067b0a47da637ca653fc.zip
Preserve existing AM_CPPFLAGS and AM_LDFLAGS values.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4cc5fcfc..f7a2008d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,7 @@ AC_ARG_ENABLE(
)
if test "x$enable_static" = xyes; then
test "x$PKG_CONFIG" != x && PKG_CONFIG="$PKG_CONFIG --static"
- AM_LDFLAGS="-static"
+ AM_LDFLAGS="$AM_LDFLAGS -static"
fi
# Is this gcc?