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