aboutsummaryrefslogtreecommitdiff
path: root/flow-native/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'flow-native/configure.ac')
-rw-r--r--flow-native/configure.ac7
1 files changed, 7 insertions, 0 deletions
diff --git a/flow-native/configure.ac b/flow-native/configure.ac
index 039dbb4..6bb58da 100644
--- a/flow-native/configure.ac
+++ b/flow-native/configure.ac
@@ -36,6 +36,13 @@ do
CPPFLAGS="$CPPFLAGS -I$JNI_INCLUDE_DIR"
done
+AC_ARG_ENABLE([versioned-lib],
+ [AS_HELP_STRING([--disable-versioned-lib], [Disable producing versioned library files.])],
+ [:],
+ [enable_versioned_lib=yes])
+
+AM_CONDITIONAL([ENABLE_VERSIONED_LIB], [test "$enable_versioned_lib" = "yes"])
+
AC_CONFIG_FILES([Makefile])
AC_CONFIG_FILES([src/Makefile])
AC_OUTPUT