]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
string checks added
authorDaniel Stenberg <daniel@haxx.se>
Sun, 14 May 2000 13:33:53 +0000 (13:33 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 14 May 2000 13:33:53 +0000 (13:33 +0000)
configure.in

index d68614597d5e85db851f4d8d045cb81a12c884af..6091b47a27a7543ab25e2d9cbc18b58bf3bbf27b 100644 (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)