aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.eu>2012-06-30 15:23:02 -0700
committerHarald Welte <laforge@gnumonks.org>2012-07-01 07:40:36 +0200
commite5ae7f52175411a498ed30560624d0abed0feed7 (patch)
treed78708e1e7032c971e3cb046eeb7f480671f9d1f
parent6e389a3b2bb9d9610f7ae24d8e4751815bb61ab5 (diff)
build: remove checks introduced by autoscan.v0.1.3
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@flameeyes.eu>
-rw-r--r--configure.ac4
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 "