--- freeciv/configure.in.old Mon Jul 31 14:59:59 2000 +++ freeciv/configure.in Sat Aug 5 18:00:35 2000 @@ -437,7 +437,8 @@ AC_TYPE_SIGNAL AC_FUNC_VPRINTF AC_CHECK_FUNCS(fdopen gethostname getpwuid gettimeofday select \ - snooze strerror strlcat strlcpy strstr usleep vsnprintf) + snooze strerror strcasecmp strncasecmp strlcat \ + strlcpy strstr usleep vsnprintf) dnl We would AC_CHECK_FUNCS for socket as well, except it is complicated dnl by the fact that the -lsocket is in X_EXTRA_LIBS and/or SERVER_LIBS,