]> granicus.if.org Git - php/commitdiff
Remove duplicate AC_PROG_CPP call
authorPeter Kokot <peterkokot@gmail.com>
Thu, 18 Jul 2019 00:14:31 +0000 (02:14 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Thu, 18 Jul 2019 00:14:31 +0000 (02:14 +0200)
AC_PROG_CPP is already called in configure.ac.

Closes GH-4425

ext/curl/config.m4
ž [new file with mode: 0644]

index 1af960ee33587f440c487c8dc4b3f45b260bb3d5..021cc3277b25a879b7c3a3b370e2806074af0ed1 100644 (file)
@@ -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>
diff --git a/ž b/ž
new file mode 100644 (file)
index 0000000..a12a933
--- /dev/null
+++ b/ž
@@ -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
+#