We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2986ea + 06234e5 commit 1c4a2b9Copy full SHA for 1c4a2b9
config.m4
@@ -83,8 +83,7 @@ if test "$PHP_V8JS" != "no"; then
83
old_LDFLAGS=$LDFLAGS
84
old_CPPFLAGS=$CPPFLAGS
85
86
- AC_LANG_SAVE
87
- AC_LANG_CPLUSPLUS
+ AC_LANG_PUSH([C++])
88
89
CPPFLAGS="$CPPFLAGS -I$V8_DIR/include -std=$ac_cv_v8_cstd"
90
LDFLAGS="$LDFLAGS -L$V8_DIR/$PHP_LIBDIR"
@@ -197,7 +196,7 @@ int main ()
197
196
[Define unless v8::ArrayBuffer::Allocator::NewDefaultAllocator is usable.])
198
fi
199
200
- AC_LANG_RESTORE
+ AC_LANG_POP([C++])
201
LIBS=$old_LIBS
202
LDFLAGS="$old_LDFLAGS"
203
CPPFLAGS=$old_CPPFLAGS
0 commit comments