(svn r27271) [1.5] -Backport from trunk:

- Fix: Invalid infrastructure counting when crossing tram tracks with railroads [FS#6281] (r27252)
- Fix: Broken error message in configure [FS#6286] (r27250)
- Fix: Town labels on smallmap and zoomed-out viewports were not centered [FS#6257] (r27248)
- Fix: Removing a rail waypoint used the remove-rail-station cost [FS#6251] (r27245)
This commit is contained in:
frosch
2015-05-08 17:30:07 +00:00
committed by Sergii Pylypenko
parent 960600af4f
commit 43dd41b4e4
7 changed files with 37 additions and 30 deletions

View File

@@ -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