configure: add empty action-if-not-found to PKG_CHECK_MODULES(icu)
This commit is contained in:
committed by
Andrzej Rybczak
parent
6f466b7096
commit
746527f1ea
@@ -185,7 +185,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 =
|
||||||
|
|||||||
Reference in New Issue
Block a user