- Added test for argtable2.h
This commit is contained in:
parent
e0abfe16d8
commit
988ede4f3a
@ -15,6 +15,8 @@ AC_PROG_MAKE_SET
|
||||
# Checks for header files.
|
||||
AC_HEADER_STDC
|
||||
AC_CHECK_HEADERS([limits.h malloc.h stddef.h stdlib.h strings.h unistd.h])
|
||||
AC_CHECK_HEADER([argtable2.h], [], AC_MSG_ERROR([Could not find argtable2.h required header file]))
|
||||
|
||||
# Checks for library functions.
|
||||
AC_FUNC_MALLOC
|
||||
AC_FUNC_REALLOC
|
||||
|
Loading…
Reference in New Issue
Block a user