1
0
Fork 0

configure.ac: fix harmony destructuring flag

:x
master
Mike Gerwitz 2017-02-03 16:50:19 -05:00
parent 9c4755407a
commit 25701c747b
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ test -n "$NODE" || AC_MSG_ERROR([missing Node.js])
AC_MSG_CHECKING([node --harmony_destructuring])
AS_IF([node --harmony_destructuring >/dev/null 2>/dev/null],
[AC_MSG_RESULT(available)
AC_SUBST([NODE_DESTRUCTURE], [--harmony-destructuring])],
AC_SUBST([NODE_DESTRUCTURE], [--harmony_destructuring])],
[AC_MSG_RESULT(no)])
# generate files from their *.in counterparts