From b9ce51c5fd9773694856802a175efdd9b37a2242 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 30 Jun 2010 19:43:11 +0200 Subject: Add support for plugins (and specifically GPRS encryption plugins) --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'configure.in') diff --git a/configure.in b/configure.in index b5eea6b1..e3e178c0 100644 --- a/configure.in +++ b/configure.in @@ -39,6 +39,11 @@ AC_ARG_ENABLE(talloc, [enable_talloc=0], [enable_talloc=1]) AM_CONDITIONAL(ENABLE_TALLOC, test "x$enable_talloc" = "x1") +AC_ARG_ENABLE(plugin, + [ --disable-plugin Disable support for dlopen plugins ], + [enable_plugin=0], [enable_plugin=1]) +AM_CONDITIONAL(ENABLE_PLUGIN, test "x$enable_plugin" = "x1") + AC_ARG_ENABLE(tests, [ --disable-tests Disable building test programs ], [enable_tests=0], [enable_tests=1]) @@ -55,6 +60,7 @@ AC_OUTPUT( libosmovty.pc include/osmocom/Makefile include/osmocom/vty/Makefile + include/osmocom/crypt/Makefile include/osmocore/Makefile include/osmocore/protocol/Makefile include/Makefile -- cgit v1.2.3