diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-02-02 15:17:28 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-02-02 15:17:28 +0000 |
| commit | 53d348a8025f493db3b0434ce8dd88aa71269b63 (patch) | |
| tree | 702789af3b5a54617c48b50cffa3188bfacc415e | |
| parent | c94582da47f390ce6d9e4064f7a7ddc3cd3be07b (diff) | |
Tweak message.attempt-at-overwrite-existing
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ def configure(conf): """, mandatory = True, msg = 'Checking for boost library >= 1.45', - okmsg = 'ok', + okmsg = 'yes', errmsg = 'too old\nPlease install boost version 1.45 or higher.') conf.check_cxx(fragment = """ |
