Suggested-by: Petri Savolainen <[email protected]>
Signed-off-by: Bill Fischofer <[email protected]>
---
Note that this patch supersedes patch
http://patches.opendataplane.org/patch/6967/
configure.ac | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 982aff7..58c6a16 100644
--- a/configure.ac
+++ b/configure.ac
@@ -176,7 +176,11 @@ AM_CONDITIONAL([test_example], [test x$test_example = xyes
])
AM_CONDITIONAL([HAVE_DOXYGEN], [test "x${DOXYGEN}" = "xdoxygen"])
AM_CONDITIONAL([user_guide], [test "x${user_guides}" = "xyes" ])
AM_CONDITIONAL([HAVE_MSCGEN], [test "x${MSCGEN}" = "xmscgen"])
-if test x$enable_shared != xyes;
+
+##########################################################################
+# Setup for ABI compatibility
+##########################################################################
+if test x$enable_abi_compat != xno;
then
_ODP_INLINES="_ODP_INLINES"
else
--
2.7.4