mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix configure issue
This commit is contained in:
parent
cde2d55d84
commit
76350ee45b
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue