summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2015-04-26 08:59:20 +0000
committerfrosch <frosch@openttd.org>2015-04-26 08:59:20 +0000
commit4fa052dd198b3d5a0ddc63a87ee48fd15934e8aa (patch)
tree3598c712ae8bdbcc51f6740dc9772b4a7ead2f9d /config.lib
parent9aa0ba43f7275685f128fbc9018ab578aa631e8b (diff)
downloadopenttd-4fa052dd198b3d5a0ddc63a87ee48fd15934e8aa.tar.xz
(svn r27250) -Fix [FS#6286]: Broken error message in configure. (NG)
Diffstat (limited to 'config.lib')
-rw-r--r--config.lib2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib
index ad269fe46..2c46e7127 100644
--- a/config.lib
+++ b/config.lib
@@ -2940,7 +2940,7 @@ detect_icu() {
# It was forced, so it should be found.
if [ "$with_icu" != "1" ]; then
log 1 "configure: error: icu-config couldn't be found"
- log 1 "configure: error: you supplied '$with_icuconfig', but it seems invalid"
+ log 1 "configure: error: you supplied '$with_icu', but it seems invalid"
exit 1
fi