File tree Expand file tree Collapse file tree 2 files changed +0
-48
lines changed Expand file tree Collapse file tree 2 files changed +0
-48
lines changed Original file line number Diff line number Diff line change @@ -2117,37 +2117,6 @@ IFS="- /.
2117
2117
APACHE_VERSION=`expr [ $] 4 \* 1000000 + [ $] 5 \* 1000 + [ $] 6`
2118
2118
] )
2119
2119
2120
- dnl
2121
- dnl PHP_DEBUG_MACRO(filename)
2122
- dnl
2123
- AC_DEFUN ( [ PHP_DEBUG_MACRO] ,[
2124
- DEBUG_LOG=$1
2125
- cat >$1 <<X
2126
- CONFIGURE: $CONFIGURE_COMMAND
2127
- CC: $CC
2128
- CFLAGS: $CFLAGS
2129
- CPPFLAGS: $CPPFLAGS
2130
- CXX: $CXX
2131
- CXXFLAGS: $CXXFLAGS
2132
- INCLUDES: $INCLUDES
2133
- LDFLAGS: $LDFLAGS
2134
- LIBS: $LIBS
2135
- DLIBS: $DLIBS
2136
- SAPI: $PHP_SAPI
2137
- PHP_RPATHS: $PHP_RPATHS
2138
- uname -a: `uname -a`
2139
-
2140
- X
2141
- cat >conftest.$ac_ext <<X
2142
- main()
2143
- {
2144
- exit(0);
2145
- }
2146
- X
2147
- (eval echo \"$ac_link\"; eval $ac_link && ./conftest) >>$1 2>&1
2148
- rm -fr conftest*
2149
- ] )
2150
-
2151
2120
dnl
2152
2121
dnl PHP_CONFIG_NICE(filename)
2153
2122
dnl
Original file line number Diff line number Diff line change @@ -1636,23 +1636,6 @@ if test -n "\$REDO_ALL"; then
1636
1636
cli_extensions="$EXT_CLI_STATIC"
1637
1637
sh $srcdir/build/genif.sh $srcdir/main/internal_functions.c.in $srcdir "$EXTRA_MODULE_PTRS" $AWK \$cli_extensions > main/internal_functions_cli.c
1638
1638
1639
- if test -n "$DEBUG_LOG"; then
1640
- rm -f config.cache
1641
- cat <<X
1642
- +--------------------------------------------------------------------+
1643
- | *** ATTENTION *** |
1644
- | |
1645
- | Something is likely to be messed up here, because the configure |
1646
- | script was not able to detect a simple feature on your platform. |
1647
- | This is often caused by incorrect configuration parameters. Please |
1648
- | see the file debug.log for error messages. |
1649
- | |
1650
- | If you are unable to fix this, send the file debug.log to the |
1651
- | php-install@lists.php.net mailing list and include appropriate |
1652
- | information about your setup. |
1653
- X
1654
- fi
1655
-
1656
1639
if test "$PHP_SAPI" = "apache2handler"; then
1657
1640
if test "$APACHE_VERSION" -ge 2004001; then
1658
1641
if test -z "$APACHE_THREADED_MPM"; then
You can’t perform that action at this time.
0 commit comments