From f11f15815726c0b819939971b7581ec6e94eeafc Mon Sep 17 00:00:00 2001 From: Brent Putman Date: Thu, 19 Oct 2006 15:45:09 +0000 Subject: [PATCH] Add autoconf function check for strcasecmp for macro referenced in TemplateEngine.cpp. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7b773ed..50581d0 100644 --- a/configure.ac +++ b/configure.ac @@ -53,7 +53,7 @@ AC_C_CONST AC_TYPE_SIZE_T # Checks for library functions. -AC_CHECK_FUNCS([strchr strdup strstr timegm]) +AC_CHECK_FUNCS([strchr strdup strstr timegm strcasecmp]) AC_CHECK_HEADERS([dlfcn.h]) AC_CHECK_FUNC(dlclose, , [ AC_CHECK_LIB(dl, dlopen) ]) -- 2.1.4