Scilab: fix portability issue in configure.ac
This commit is contained in:
parent
362c7e7bce
commit
1b6fff9da5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue