Add if-no-present action for jsv8inc arg
This commit is contained in:
parent
209586c991
commit
34ee191769
1 changed files with 1 additions and 1 deletions
|
|
@ -1550,7 +1550,7 @@ else
|
|||
|
||||
# check for include files
|
||||
AC_MSG_CHECKING(for V8 Javascript v8.h)
|
||||
AC_ARG_WITH(jsv8inc, [ --with-jsv8inc=path Set location of Javascript v8 include directory], [JSV8INCDIR="$withval"])
|
||||
AC_ARG_WITH(jsv8inc, [ --with-jsv8inc=path Set location of Javascript v8 include directory], [JSV8INCDIR="$withval"], [JSV8INCDIR=])
|
||||
|
||||
# if not include dir is specified we try to find
|
||||
if test -z "$JSV8INCDIR"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue