diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-05-14 13:33:53 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-05-14 13:33:53 +0000 |
commit | 95c2534a956e48562613e4a239b161b1951385ab (patch) | |
tree | a01ccc14a66010e069a4c073a72b4bbfd60c09c9 | |
parent | febd0e7059c458b6bfc12499ee7e116dfc1c391c (diff) |
string checks added
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index d68614597..6091b47a2 100644 --- a/configure.in +++ b/configure.in @@ -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) |