mirror of
https://github.com/curl/curl.git
synced 2026-08-05 12:56:16 +03:00
string checks added
This commit is contained in:
parent
febd0e7059
commit
95c2534a95
1 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue