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 \
uname \
strcasecmp \
stricmp \
strcmpi \
gethostname \
gethostbyaddr \
getservbyname \
@ -190,8 +192,6 @@ AC_CHECK_FUNCS( socket \
RAND_screen
)
AC_PATH_PROG( PERL, perl, ,
$PATH:/usr/local/bin/perl:/usr/bin/:/usr/local/bin )
AC_SUBST(PERL)