From 4fa052dd198b3d5a0ddc63a87ee48fd15934e8aa Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 26 Apr 2015 08:59:20 +0000 Subject: [PATCH] (svn r27250) -Fix [FS#6286]: Broken error message in configure. (NG) --- config.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lib b/config.lib index ad269fe468..2c46e71279 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