projects
/
php
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57bbe2c
)
Include strings.h for strncasecmp
author
Sara Golemon
<pollita@php.net>
Tue, 13 Dec 2016 07:19:31 +0000
(23:19 -0800)
committer
Sara Golemon
<pollita@php.net>
Tue, 13 Dec 2016 07:26:04 +0000
(23:26 -0800)
ext/curl/config.m4
patch
|
blob
|
history
diff --git
a/ext/curl/config.m4
b/ext/curl/config.m4
index 2f82c3485d8624b7b8b0733c58a0ce5a14f2f582..cd32f92ec2187a230a55d760799ee322c5401df1 100644
(file)
--- a/
ext/curl/config.m4
+++ b/
ext/curl/config.m4
@@
-61,6
+61,7
@@
if test "$PHP_CURL" != "no"; then
AC_PROG_CPP
AC_MSG_CHECKING([for openssl support in libcurl])
AC_TRY_RUN([
+#include <strings.h>
#include <curl/curl.h>
int main(int argc, char *argv[])
@@
-88,6
+89,7
@@
int main(int argc, char *argv[])
AC_MSG_CHECKING([for gnutls support in libcurl])
AC_TRY_RUN([
+#include <strings.h>
#include <curl/curl.h>
int main(int argc, char *argv[])