[gnome-games] configure: drop AC_FUNC_*, AC_HEADER_*, and friends



commit d31b70a4c86723bc60b57d0f797d4425c1fedfe4
Author: Thomas Hindoe Paaboel Andersen <phomes gmail com>
Date:   Thu Jan 12 22:34:45 2012 +0100

    configure: drop AC_FUNC_*, AC_HEADER_*, and friends
    
    The list was a mess and not updated.
    Should be safe to assume on a system build gnome-games

 configure.ac |   28 ----------------------------
 1 files changed, 0 insertions(+), 28 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index e5b9d69..35c3de2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -458,34 +458,6 @@ AM_GLIB_GNU_GETTEXT
 
 IT_PROG_INTLTOOL([0.35.0])
 
-# Check for library functions
-# ===========================
-
-AC_CHECK_FUNCS([dup2 strcasecmp strchr strerror \
-                malloc vprintf], [],
-               [AC_MSG_ERROR([cannot find required function])])
-AC_CHECK_FUNCS([fork select]) 
-AC_CHECK_FUNCS([alarm getpwuid getenv setenv close hstrerror kill socketpair])
-
-AC_HEADER_STDC
-
-AC_FUNC_FORK
-
-# Check for header files
-# ======================
-AC_CHECK_HEADERS([fcntl.h libintl.h limits.h locale.h sys/time.h time.h \
-                  unistd.h], [],
-                 [AC_MSG_ERROR([cannot find required header file])])
-AC_HEADER_SYS_WAIT
-
-
-# Checks for typedefs, structures, and compiler characteristics
-AC_FUNC_REALLOC
-AC_HEADER_STDBOOL
-AC_C_INLINE
-AC_TYPE_SIZE_T
-AC_HEADER_TIME
-
 # *************
 # Documentation
 # *************



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]