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:
Karl Wette 2014-05-02 00:04:23 +02:00 committed by William S Fulton
commit a6d71e6c57

View file

@ -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