mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Remove duplicate AC_PROG_CPP call
AC_PROG_CPP is already called in configure.ac. Closes GH-4425
This commit is contained in:
parent
fa7fbfd518
commit
daa243d1a0
2 changed files with 11 additions and 1 deletions
|
@ -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>
|
||||
|
|
11
ž
Normal file
11
ž
Normal file
|
@ -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
|
||||
#
|
Loading…
Add table
Add a link
Reference in a new issue