8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 16:43:03 +01:00

Another C&P error.

This commit is contained in:
eku 2002-08-28 08:02:12 +00:00
parent 9710dc8dc3
commit 75e9f2147b

View File

@ -1,4 +1,4 @@
# $Id: configure.in,v 1.38 2002-08-28 07:51:18 eku Exp $
# $Id: configure.in,v 1.39 2002-08-28 08:02:12 eku Exp $
################################# INITIALISATION ###############################
@ -147,7 +147,7 @@ fi
if test "$ac_cv_func_connect" = "no"; then
AC_CHECK_LIB(socket, connect, XE_APPEND(-lsocket,LIBS),, $LIBS)
fi
AC_CHECK_FUNC(strcasecmp stricmp)
AC_CHECK_FUNCS(strcasecmp stricmp)
if test "$ac_cv_func_strcasecmp" = "no"; then
# EKU: On SINIX-Z strcasecmp is in libresolv.
AC_CHECK_LIB(resolv, strcasecmp,