From 76350ee45b904cb5601a62204f8e676f7ec12159 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Grisez?= Date: Wed, 25 Feb 2015 17:15:46 +0100 Subject: [PATCH] Fix configure issue --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f428f8dad..92b8fe3dd 100644 --- a/configure.ac +++ b/configure.ac @@ -852,7 +852,7 @@ if test x$enable_msg_storage != xfalse; then fi if test "$found_sqlite" = "yes"; then SQLITE3_CFLAGS+="-DMSG_STORAGE_ENABLED" - if test "$build_macos" = "yes" -o "$ios_found"="yes"; then + if test "$build_macos" = "yes" -o "$ios_found" = "yes"; then SQLITE3_LIBS+=" -liconv" fi enable_msg_storage=true