[libosmo-abis PATCH 7/7] build: remove checks introduced by autoscan.

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/OpenBSC@lists.osmocom.org/.

Diego Elio Pettenò flameeyes at flameeyes.eu
Sat Jun 30 22:23:02 UTC 2012


Therre is no current use of HAVE_* variables for these checks in the
code, so there is no reason to keep the checks around.

Signed-off-by: Diego Elio Pettenò <flameeyes at flameeyes.eu>
---
 configure.ac |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/configure.ac b/configure.ac
index 101a1e8..fdaf15a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -15,10 +15,6 @@ LT_INIT([pic-only])
 
 AC_CONFIG_MACRO_DIR([m4])
 
-dnl checks for header files
-AC_HEADER_STDC
-AC_CHECK_HEADERS(execinfo.h sys/select.h sys/socket.h syslog.h ctype.h)
-
 # The following test is taken from WebKit's webkit.m4
 saved_CFLAGS="$CFLAGS"
 CFLAGS="$CFLAGS -fvisibility=hidden "
-- 
1.7.8.6





More information about the OpenBSC mailing list