]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
pass top level configure cflags into spandsp too
authorMichael Jerris <mike@jerris.com>
Mon, 24 Feb 2014 18:39:06 +0000 (13:39 -0500)
committerMichael Jerris <mike@jerris.com>
Mon, 24 Feb 2014 18:39:17 +0000 (13:39 -0500)
libs/spandsp/configure.ac

index f01a56ef49679c243ee70292eefe4fbdc8fde98d..1810e07fe2cb70f99bfa159f7d159e4161227540 100644 (file)
 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