From: Brent Putman Date: Thu, 19 Oct 2006 15:45:09 +0000 (+0000) Subject: Add autoconf function check for strcasecmp for macro referenced in TemplateEngine... X-Git-Tag: 1.0-alpha1~162 X-Git-Url: http://www.project-moonshot.org/gitweb/?p=shibboleth%2Fcpp-xmltooling.git;a=commitdiff_plain;h=f11f15815726c0b819939971b7581ec6e94eeafc Add autoconf function check for strcasecmp for macro referenced in TemplateEngine.cpp. --- 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) ])