configure: add empty action-if-not-found to PKG_CHECK_MODULES(icu)

This commit is contained in:
Anton Simakov
2015-05-20 20:18:43 +02:00
committed by Andrzej Rybczak
parent 6f466b7096
commit 746527f1ea

View File

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