From 746527f1eae13e4424ac5cef5e9a1262a2cdb37a Mon Sep 17 00:00:00 2001 From: Anton Simakov Date: Wed, 20 May 2015 20:18:43 +0200 Subject: [PATCH] configure: add empty action-if-not-found to PKG_CHECK_MODULES(icu) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d42d881c..c13698d1 100644 --- a/configure.ac +++ b/configure.ac @@ -185,7 +185,7 @@ PKG_CHECK_MODULES([ICU], [icu-uc], [ CPPFLAGS="$old_CPPFLAGS" LIBS="$old_LIBS", ) -],) +], []) dnl ============================= dnl = checking for boost.thread =