configure.ac

changeset 52
02816cd75edc
parent 51
5acf05940667
child 56
ed65f8c73fb2
equal deleted inserted replaced
51:5acf05940667 52:02816cd75edc
43 AC_PROG_CC_STDC 43 AC_PROG_CC_STDC
44 44
45 # Checks for header files. 45 # Checks for header files.
46 AC_CHECK_HEADERS([stdlib.h string.h dirent.h regex.h]) 46 AC_CHECK_HEADERS([stdlib.h string.h dirent.h regex.h])
47 47
48 # Check for regex function.
49 AC_SEARCH_LIBS(regexec, regex)
50
48 # Checks for typedefs, structures, and compiler characteristics. 51 # Checks for typedefs, structures, and compiler characteristics.
49 AC_CHECK_HEADER_STDBOOL 52 AC_CHECK_HEADER_STDBOOL
50 AC_TYPE_SIZE_T 53 AC_TYPE_SIZE_T
51 54
52 # Checks for library functions. 55 # Checks for library functions.

mercurial