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 = \
13
13
build/libtool.m4 \
14
14
build/ax_check_compile_flag.m4 \
15
15
build/ax_gcc_func_attribute.m4 \
16
+ build/php_cxx_compile_stdcxx.m4 \
16
17
Makefile.global \
17
18
acinclude.m4 \
18
19
ltmain.sh \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ includedir="`eval echo @includedir@`/php"
9
9
builddir=" ` pwd` "
10
10
SED=" @SED@"
11
11
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 "
13
13
FILES=" acinclude.m4 Makefile.global config.sub config.guess ltmain.sh run-tests*.php"
14
14
CLEAN_FILES=" $FILES *.o *.lo *.la .deps .libs/ build/ modules/ install-sh \
15
15
mkinstalldirs missing config.nice config.sub config.guess configure configure.ac \
You can’t perform that action at this time.
0 commit comments