From daa243d1a0947b14f6688b81e56c19cc14106c81 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Thu, 18 Jul 2019 02:14:31 +0200 Subject: [PATCH] Remove duplicate AC_PROG_CPP call AC_PROG_CPP is already called in configure.ac. Closes GH-4425 --- ext/curl/config.m4 | 1 - "\305\276" | 11 +++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 "\305\276" 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 diff --git "a/\305\276" "b/\305\276" new file mode 100644 index 0000000000..a12a933972 --- /dev/null +++ "b/\305\276" @@ -0,0 +1,11 @@ +Update changelog +# Please enter the commit message for your changes. Lines starting +# with '#' will be ignored, and an empty message aborts the commit. +# +# On branch PHP-7.4 +# Your branch is ahead of 'origin/PHP-7.4' by 1 commit. +# (use "git push" to publish your local commits) +# +# Changes to be committed: +# modified: UPGRADING.INTERNALS +# -- 2.50.0