summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaweł Chmielowski <pchmielowski@process-one.net>2015-10-20 15:22:39 +0200
committerPaweł Chmielowski <pchmielowski@process-one.net>2015-10-20 15:23:23 +0200
commit2d22d6061e2c4d394bddebd7f133a56b356f21fb (patch)
treefc9360b9087835e52429d507216ee90a83e2a4eb /configure.ac
parentImprove access_commands option backward compatibility (diff)
Pass {C,CPP,LD}FLAGS used in main ./configure call to invocations from deps
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d30a490d..c7e7bcd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -273,5 +273,8 @@ AC_SUBST(iconv)
AC_SUBST(debug)
AC_SUBST(lager)
AC_SUBST(tools)
+AC_SUBST(CFLAGS)
+AC_SUBST(CPPFLAGS)
+AC_SUBST(LDFLAGS)
AC_OUTPUT