8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 10:43:03 +01:00

Added check for presence of ICU when installing

This commit is contained in:
AlexPeshkoff 2018-02-16 13:13:35 +03:00
parent 6c0f5ed908
commit 09203ca34b

View File

@ -223,6 +223,8 @@ checkLibraries() {
then
checkLibrary tommath
fi
checkLibrary icu
}