From 988ede4f3a317edb63f65d451815cd143e7faa19 Mon Sep 17 00:00:00 2001 From: ccremers Date: Sat, 22 May 2004 13:48:43 +0000 Subject: [PATCH] - Added test for argtable2.h --- configure.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure.in b/configure.in index 6302ce8..3a1ef44 100644 --- a/configure.in +++ b/configure.in @@ -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