Skip to content

Commit e504716

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Remove duplicate AC_PROG_CPP call
2 parents 139ecf8 + daa243d commit e504716

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

ext/curl/config.m4

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ if test "$PHP_CURL" != "no"; then
3030
save_LDFLAGS="$LDFLAGS"
3131
LDFLAGS="$LDFLAGS $CURL_LIBS"
3232

33-
AC_PROG_CPP
3433
AC_MSG_CHECKING([for openssl support in libcurl])
3534
AC_RUN_IFELSE([AC_LANG_SOURCE([[
3635
#include <strings.h>

ž

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Update changelog
2+
# Please enter the commit message for your changes. Lines starting
3+
# with '#' will be ignored, and an empty message aborts the commit.
4+
#
5+
# On branch PHP-7.4
6+
# Your branch is ahead of 'origin/PHP-7.4' by 1 commit.
7+
# (use "git push" to publish your local commits)
8+
#
9+
# Changes to be committed:
10+
# modified: UPGRADING.INTERNALS
11+
#

0 commit comments

Comments
 (0)