Changeset - r22086:5739e1fe63fa
[Not reviewed]
master
0 1 0
frosch - 10 years ago 2015-04-26 08:59:20
frosch@openttd.org
(svn r27250) -Fix [FS#6286]: Broken error message in configure. (NG)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -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
 

	
0 comments (0 inline, 0 general)