From 4aec16e878db02fa303d81695c95e7510adeb0ed Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 24 Feb 2014 13:39:06 -0500 Subject: [PATCH] pass top level configure cflags into spandsp too --- libs/spandsp/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libs/spandsp/configure.ac b/libs/spandsp/configure.ac index f01a56ef49..1810e07fe2 100644 --- a/libs/spandsp/configure.ac +++ b/libs/spandsp/configure.ac @@ -21,6 +21,10 @@ AC_PREREQ([2.59]) AC_INIT([spandsp], [1.99.0]) +CFLAGS="$CFLAGS $CONFIGURE_CFLAGS" +CXXFLAGS="$CXXFLAGS $CONFIGURE_CXXFLAGS" +LDFLAGS="$LDFLAGS $CONFIGURE_LDFLAGS" + SPANDSP_LT_CURRENT=3 SPANDSP_LT_REVISION=0 SPANDSP_LT_AGE=0