File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ BUILD_FILES = \
1313 build/libtool.m4 \
1414 build/ax_check_compile_flag.m4 \
1515 build/ax_gcc_func_attribute.m4 \
16+ build/php_cxx_compile_stdcxx.m4 \
1617 Makefile.global \
1718 acinclude.m4 \
1819 ltmain.sh \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ includedir="`eval echo @includedir@`/php"
99builddir=" ` pwd` "
1010SED=" @SED@"
1111
12- FILES_BUILD=" mkdep.awk scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4"
12+ FILES_BUILD=" mkdep.awk scan_makefile_in.awk shtool libtool.m4 ax_check_compile_flag.m4 ax_gcc_func_attribute.m4 php_cxx_compile_stdcxx.m4 "
1313FILES=" acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
1414CLEAN_FILES=" $FILES *.o *.lo *.la .deps .libs/ build/ modules/ install-sh \
1515 mkinstalldirs missing config.nice config.sub config.guess configure configure.ac \
You can’t perform that action at this time.
0 commit comments