configure: continue without errors if icu is not present

This commit is contained in:
Andrzej Rybczak
2016-04-17 07:38:50 +02:00
parent 62f70e7bec
commit c7d2aa4395
2 changed files with 2 additions and 1 deletions

1
NEWS
View File

@@ -1,5 +1,6 @@
ncmpcpp 0.7.4 (????-??-??) ncmpcpp 0.7.4 (????-??-??)
* Fetching lyrics from lyricwiki.org was fixed. * Fetching lyrics from lyricwiki.org was fixed.
* Configure script now continues without errors if ICU library was not found.
ncmpcpp 0.7.3 (2016-01-20) ncmpcpp 0.7.3 (2016-01-20)
* Home and End keys are now recognized in a few specific terminal emulators. * Home and End keys are now recognized in a few specific terminal emulators.

View File

@@ -186,7 +186,7 @@ PKG_CHECK_MODULES([ICU], [icu-uc], [
CPPFLAGS="$old_CPPFLAGS" CPPFLAGS="$old_CPPFLAGS"
LIBS="$old_LIBS", LIBS="$old_LIBS",
) )
], []) ], [[]])
dnl ============================= dnl =============================
dnl = checking for boost.thread = dnl = checking for boost.thread =