string checks added

This commit is contained in:
Daniel Stenberg 2000-05-14 13:33:53 +00:00
parent febd0e7059
commit 95c2534a95
1 changed files with 2 additions and 2 deletions

View File

@ -174,6 +174,8 @@ AC_CHECK_FUNCS( socket \
strftime \ strftime \
uname \ uname \
strcasecmp \ strcasecmp \
stricmp \
strcmpi \
gethostname \ gethostname \
gethostbyaddr \ gethostbyaddr \
getservbyname \ getservbyname \
@ -190,8 +192,6 @@ AC_CHECK_FUNCS( socket \
RAND_screen RAND_screen
) )
AC_PATH_PROG( PERL, perl, , AC_PATH_PROG( PERL, perl, ,
$PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin ) $PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin )
AC_SUBST(PERL) AC_SUBST(PERL)