aboutsummaryrefslogtreecommitdiff
path: root/configure.sh
diff options
context:
space:
mode:
Diffstat (limited to 'configure.sh')
-rw-r--r--configure.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.sh b/configure.sh
index 83ae33a..dffbb92 100644
--- a/configure.sh
+++ b/configure.sh
@@ -79,7 +79,7 @@ esac
case $(echo "x$VECTORISE_INLINE" | tr '[:upper:]' '[:lower:]') in
(xyes) VECTORISE_INLINE=1 ;;
(xno) VECTORISE_INLINE=0 ;;
- (x) VECTORISE_INLINE=1 ;; # default
+ (x) VECTORISE_INLINE=0 ;; # default
(*) echo "BEGIN ERROR"
echo "Illegal value of option VECTORISE_INLINE"
echo "END ERROR"