mirror of https://gitee.com/bigwinds/arangodb
added -t
This commit is contained in:
parent
56b18fc2f8
commit
7adb06a0e8
|
@ -84,7 +84,7 @@ int main (int, char**) {
|
||||||
}
|
}
|
||||||
|
|
||||||
_ACEOF
|
_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])
|
AC_MSG_CHECKING([V8 version])
|
||||||
if ac_fn_cxx_try_run "$LINENO" >conftest.output; then
|
if ac_fn_cxx_try_run "$LINENO" >conftest.output; then
|
||||||
TRI_V8_VERSION=`cat conftest.output`
|
TRI_V8_VERSION=`cat conftest.output`
|
||||||
|
|
Loading…
Reference in New Issue