AC_PROG_CPP is already called in configure.ac.
Closes GH-4425
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>
--- /dev/null
+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
+#