Merge commit 'cbb29f7c94ad2a7cb0ebe7d43cbef5fb9d11d62e'
[osmocom-bb.git] / src / shared / libosmocore / configure.in
index a5c5f6b..1154196 100644 (file)
@@ -30,6 +30,12 @@ AC_SUBST(SYMBOL_VISIBILITY)
 dnl Generate the output
 AM_CONFIG_HEADER(config.h)
 
+AC_ARG_ENABLE(talloc,
+       [  --disable-talloc Support message buffer ],
+       [enable_talloc=0], [enable_talloc=1])
+
+AM_CONDITIONAL(ENABLE_TALLOC, test "x$enable_talloc" = "x1")
+
 AC_OUTPUT(
        libosmocore.pc
        include/osmocore/Makefile