configure.ac
changeset 3144 481658dd0e7f
parent 3001 0dfc9c1fcb34
child 3231 69f5dc1ff327
     1.1 --- a/configure.ac	Tue Jul 17 22:21:28 2012 +0200
     1.2 +++ b/configure.ac	Wed Dec 26 12:15:10 2012 +0100
     1.3 @@ -375,32 +375,3 @@
     1.4  #--------------------------------------------------------------------
     1.5  AC_CONFIG_FILES([Makefile])
     1.6  AC_OUTPUT
     1.7 -
     1.8 -
     1.9 -
    1.10 -# AC_CONFIG_SRCDIR([kconfig/menu.c])
    1.11 -# AC_CONFIG_HEADERS([config.h])
    1.12 -# 
    1.13 -# # Checks for programs.
    1.14 -# 
    1.15 -# # Checks for libraries.
    1.16 -# 
    1.17 -# # Checks for header files.
    1.18 -# AC_CHECK_HEADERS([fcntl.h inttypes.h libintl.h limits.h locale.h malloc.h stddef.h stdlib.h string.h sys/time.h unistd.h])
    1.19 -# 
    1.20 -# # Checks for typedefs, structures, and compiler characteristics.
    1.21 -# AC_HEADER_STDBOOL
    1.22 -# AC_TYPE_INT16_T
    1.23 -# AC_TYPE_INT32_T
    1.24 -# AC_TYPE_INT8_T
    1.25 -# AC_TYPE_SIZE_T
    1.26 -# AC_TYPE_UINT16_T
    1.27 -# AC_TYPE_UINT32_T
    1.28 -# AC_TYPE_UINT8_T
    1.29 -# 
    1.30 -# # Checks for library functions.
    1.31 -# AC_FUNC_MALLOC
    1.32 -# AC_FUNC_REALLOC
    1.33 -# AC_CHECK_FUNCS([bzero gettimeofday memmove memset mkdir regcomp setlocale strcasecmp strchr strcspn strdup strncasecmp strpbrk strrchr strspn strtol uname])
    1.34 -# 
    1.35 -# AC_OUTPUT