Fix configure issue

This commit is contained in:
François Grisez 2015-02-25 17:15:46 +01:00
parent cde2d55d84
commit 76350ee45b

View file

@ -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