summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 524146f744..526ee5a0c8 100755
--- a/configure
+++ b/configure
@@ -46,7 +46,7 @@ die () {
echo "Error: $@" >&2
echo >&2
rm -f "$TMPO" "$TMPC" "$TMPS" "$TMPCPP"
- echo "Check "$TMPLOG" if you do not understand why it failed."
+ echo "Check \"$TMPLOG\" if you do not understand why it failed."
exit 1
}