configure.ac: fix to Javascript configuration
- setting SKIP_JAVASCRIPT assumes that JSCENABLED/JSV8ENABLED are empty when jsc/v8 are not available
This commit is contained in:
parent
4a680e5545
commit
a6d71e6c57
1 changed files with 2 additions and 2 deletions
|
|
@ -1203,7 +1203,7 @@ else
|
|||
|
||||
if test -z "$JSCORELIB"; then
|
||||
AC_MSG_RESULT(not found)
|
||||
JSCENABLED=0
|
||||
JSCENABLED=
|
||||
else
|
||||
JSCOREDYNAMICLINKING="$JSCORELIB"
|
||||
JSCENABLED=1
|
||||
|
|
@ -1270,7 +1270,7 @@ else
|
|||
|
||||
if test "$JSV8LIB" = "" ; then
|
||||
AC_MSG_RESULT(not found)
|
||||
JSV8ENABLED=0
|
||||
JSV8ENABLED=
|
||||
else
|
||||
AC_MSG_RESULT($JSV8LIBDIR)
|
||||
JSV8ENABLED=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue