Added strcasecmp check
authorScott Cantor <cantor.2@osu.edu>
Sun, 15 Dec 2002 19:57:10 +0000 (19:57 +0000)
committerScott Cantor <cantor.2@osu.edu>
Sun, 15 Dec 2002 19:57:10 +0000 (19:57 +0000)
configure.ac

index 23e9c67..1a516c1 100644 (file)
@@ -22,7 +22,7 @@ AC_STRUCT_TM
 
 # Checks for library functions.
 AC_FUNC_STRFTIME
-AC_CHECK_FUNCS([strchr strdup strstr gmtime_r])
+AC_CHECK_FUNCS([strchr strdup strstr gmtime_r strcasecmp])
 AC_CHECK_HEADERS([dlfcn.h])
 
 # C++ requirements