aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 8e1ce94c..4c86cb36 100755
--- a/configure
+++ b/configure
@@ -394,7 +394,7 @@ then
394 else 394 else
395 where="\$PATH" 395 where="\$PATH"
396 fi 396 fi
397 echo "$(RED $interp interpreter not found) in $where" 397 echo "$(RED "$interp interpreter not found") in $where"
398 echo "You may want to use the flags $(BOLD --with-lua), $(BOLD --with-lua-bin) and/or $(BOLD --lua-version)" 398 echo "You may want to use the flags $(BOLD --with-lua), $(BOLD --with-lua-bin) and/or $(BOLD --lua-version)"
399 die "Run $(BOLD ./configure --help) for details." 399 die "Run $(BOLD ./configure --help) for details."
400fi 400fi