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 }