From 1b6fff9da50484cd3cfd54cf91d15224f25fef1e Mon Sep 17 00:00:00 2001 From: Simon Marchetto Date: Thu, 29 Aug 2013 09:07:29 +0200 Subject: [PATCH] Scilab: fix portability issue in configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 8e1419a36..c549d92e4 100644 --- a/configure.ac +++ b/configure.ac @@ -1031,7 +1031,7 @@ if test -n "$SCILAB"; then AC_MSG_CHECKING(for Scilab startup options) SCILABSTARTOPT="-nwni -nb" if test $SCILAB_VERSION -ge 54; then - SCILABSTARTOPT+=" -noatomsautoload" + SCILABSTARTOPT="$SCILABSTARTOPT -noatomsautoload" fi AC_MSG_RESULT($SCILABSTARTOPT) fi