From 74ef149f06938d610b7d4effc5a7412821095222 Mon Sep 17 00:00:00 2001 From: Max Date: Wed, 27 Sep 2017 15:40:41 +0200 Subject: Cleanup configure checks * remove unused sqlite3 check * remove unused NAT/SMPP/BSC/MGCP test checks Change-Id: I83ae896f57cfb4cb139a42fbf3d77d4b11313f65 --- configure.ac | 5 ----- tests/atlocal.in | 4 ---- 2 files changed, 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@' -- cgit v1.2.3