aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-14 13:33:53 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-14 13:33:53 +0000
commit95c2534a956e48562613e4a239b161b1951385ab (patch)
treea01ccc14a66010e069a4c073a72b4bbfd60c09c9 /configure.in
parentfebd0e7059c458b6bfc12499ee7e116dfc1c391c (diff)
string checks added
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
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)