# HG changeset patch # User frosch # Date 2015-04-26 08:59:20 # Node ID 5739e1fe63fac721e36319f937ce6fcd2960e923 # Parent 1e814bb4b982fe2b83cc8ca93084c063e781fe8d (svn r27250) -Fix [FS#6286]: Broken error message in configure. (NG) diff --git a/config.lib b/config.lib --- 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