summaryrefslogtreecommitdiff
path: root/ext/curl
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-07-18 02:14:31 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-07-18 02:14:31 +0200
commitdaa243d1a0947b14f6688b81e56c19cc14106c81 (patch)
treef7578da64a40bfa343fa2ade1433b2f9b397b144 /ext/curl
parentfa7fbfd518a916e82d51c71a880ea3100068e5c5 (diff)
downloadphp-git-daa243d1a0947b14f6688b81e56c19cc14106c81.tar.gz
Remove duplicate AC_PROG_CPP call
AC_PROG_CPP is already called in configure.ac. Closes GH-4425
Diffstat (limited to 'ext/curl')
-rw-r--r--ext/curl/config.m41
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/curl/config.m4 b/ext/curl/config.m4
index 1af960ee33..021cc3277b 100644
--- a/ext/curl/config.m4
+++ b/ext/curl/config.m4
@@ -30,7 +30,6 @@ if test "$PHP_CURL" != "no"; then
save_LDFLAGS="$LDFLAGS"
LDFLAGS="$LDFLAGS $CURL_LIBS"
- AC_PROG_CPP
AC_MSG_CHECKING([for openssl support in libcurl])
AC_RUN_IFELSE([AC_LANG_SOURCE([[
#include <strings.h>