X-Git-Url: https://git.toastfreeware.priv.at/gregoa/bti.git/blobdiff_plain/7fe9c9511349b78f04aa97d3f47868dbf6c76b80..c3fa2224d0ffb7a80ef08c21d3364a5f56cd0254:/configure.ac 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