From c3fa2224d0ffb7a80ef08c21d3364a5f56cd0254 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Diego=20Elio=20=27Flameeyes=27=20Petten=C3=B2?= Date: Fri, 27 Aug 2010 16:46:03 +0200 Subject: [PATCH 1/1] Remove autoscan-generated bad tests. --- configure.ac | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/configure.ac b/configure.ac index bc2bb3a..adfb732 100644 --- a/configure.ac +++ b/configure.ac @@ -13,9 +13,6 @@ AC_CONFIG_MACRO_DIR([m4]) AC_PATH_PROG([XSLTPROC], [xsltproc]) -dnl FIXME: Replace `main' with a function in `-lnsl': -AC_CHECK_LIB([nsl], [main]) - PKG_PROG_PKG_CONFIG() PKG_CHECK_MODULES(LIBOAUTH, oauth) @@ -25,21 +22,6 @@ PKG_CHECK_MODULES([XML], [libxml-2.0]) AC_SEARCH_LIBS([dlopen], [dl]) -dnl Checks for header files. -#AC_CHECK_HEADERS([fcntl.h stddef.h stdlib.h string.h unistd.h]) - -dnl Checks for typedefs, structures, and compiler characteristics. -#AC_TYPE_PID_T -#AC_TYPE_SIZE_T -#AC_TYPE_SSIZE_T - -dnl Checks for library functions. -#AC_FUNC_ALLOCA -#AC_FUNC_FORK -#AC_FUNC_MALLOC -#AC_FUNC_REALLOC -#AC_CHECK_FUNCS([strcasecmp strchr strdup strncasecmp strndup]) - AC_CONFIG_FILES([Makefile]) AC_OUTPUT -- 2.39.5