aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-09-27 15:40:41 +0200
committerMax <msuraev@sysmocom.de>2017-10-02 08:37:57 +0000
commit74ef149f06938d610b7d4effc5a7412821095222 (patch)
treed2bb6e3703c5835ff72954da2956650284ba7e67
parent7d913d80cd5f09068ea1bf4dc80f5c6b741a724b (diff)
Cleanup configure checks
* remove unused sqlite3 check * remove unused NAT/SMPP/BSC/MGCP test checks Change-Id: I83ae896f57cfb4cb139a42fbf3d77d4b11313f65
-rw-r--r--configure.ac5
-rw-r--r--tests/atlocal.in4
2 files changed, 0 insertions, 9 deletions
diff --git a/configure.ac b/configure.ac
index 532b9778d..cd60f0796 100644
--- a/configure.ac
+++ b/configure.ac
@@ -88,11 +88,6 @@ found_cdk=yes
AC_CHECK_HEADERS(cdk/cdk.h,,found_cdk=no)
AM_CONDITIONAL(HAVE_LIBCDK, test "$found_cdk" = yes)
-found_sqlite3=yes
-PKG_CHECK_MODULES(SQLITE3, sqlite3, ,found_sqlite3=no)
-AM_CONDITIONAL(HAVE_SQLITE3, test "$found_sqlite3" = yes)
-AC_SUBST(found_sqlite3)
-
dnl Checks for typedefs, structures and compiler characteristics
diff --git a/tests/atlocal.in b/tests/atlocal.in
index 362bfa9df..c85448765 100644
--- a/tests/atlocal.in
+++ b/tests/atlocal.in
@@ -1,7 +1,3 @@
-enable_nat_test='@osmo_ac_build_nat@'
-enable_smpp_test='@osmo_ac_build_smpp@'
-enable_bsc_test='@osmo_ac_build_bsc@'
-enable_mgcp_transcoding_test='@osmo_ac_mgcp_transcoding@'
enable_sgsn_test='@found_libgtp_and_libcares@'
enable_oap_test='@found_libgtp_and_libcares@'
enable_gtphub_test='@found_libgtp_and_libcares@'