1
0
Fork 0
This commit is contained in:
Frank Celler 2012-01-11 16:37:30 +01:00
parent 56b18fc2f8
commit 7adb06a0e8
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ int main (int, char**) {
}
_ACEOF
if test "x`type ac_fn_cxx_try_run`" = "xfunction"; then
if test "x`type -t ac_fn_cxx_try_run`" = "xfunction" 2> /dev/null; then
AC_MSG_CHECKING([V8 version])
if ac_fn_cxx_try_run "$LINENO" >conftest.output; then
TRI_V8_VERSION=`cat conftest.output`