Scilab: fix portability issue in configure.ac

This commit is contained in:
Simon Marchetto 2013-08-29 09:07:29 +02:00
commit 1b6fff9da5

View file

@ -1031,7 +1031,7 @@ if test -n "$SCILAB"; then
AC_MSG_CHECKING(for Scilab startup options) AC_MSG_CHECKING(for Scilab startup options)
SCILABSTARTOPT="-nwni -nb" SCILABSTARTOPT="-nwni -nb"
if test $SCILAB_VERSION -ge 54; then if test $SCILAB_VERSION -ge 54; then
SCILABSTARTOPT+=" -noatomsautoload" SCILABSTARTOPT="$SCILABSTARTOPT -noatomsautoload"
fi fi
AC_MSG_RESULT($SCILABSTARTOPT) AC_MSG_RESULT($SCILABSTARTOPT)
fi fi