aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 4c7b5a3..48a4a11 100755
--- a/configure
+++ b/configure
@@ -67,7 +67,7 @@ INSTALL="install"
# try to auto detect CFLAGS and LDFLAGS
if which pkg-config 2>/dev/null 1>&2; then
if pkg-config libtls; then
- CFLAGS="$(pkg-config --cflags libtls)"
+ CFLAGS="${CFLAGS} $(pkg-config --cflags libtls)"
LDFLAGS="$(pkg-config --libs libtls)"
fi
if pkg-config openssl; then