build: remove checks introduced by autoscan.

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>
This commit is contained in:
Diego Elio Pettenò 2012-06-30 15:23:02 -07:00 committed by Harald Welte
parent 6e389a3b2b
commit e5ae7f5217
1 changed files with 0 additions and 4 deletions

View File

@ -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 "