forked from mirrors/linphone-iphone
fix again
This commit is contained in:
parent
ab989c7ad4
commit
abe43db428
1 changed files with 1 additions and 1 deletions
|
|
@ -923,7 +923,7 @@ fi
|
|||
AM_CONDITIONAL(BUILD_VCARD, test x$enable_vcard = xtrue)
|
||||
|
||||
AC_ARG_ENABLE(sqlite-storage,
|
||||
[AS_HELP_STRING([--sqlite-storage=[yes/no]], [Turn on compilation of sqlite storage for call history, messages, friends (default=auto)])],
|
||||
[AS_HELP_STRING([--enable-sqlite-storage=[yes/no]], [Turn on compilation of sqlite storage for call history, messages, friends (default=auto)])],
|
||||
[case "${enableval}" in
|
||||
yes) enable_sqlite_storage=true ;;
|
||||
no) enable_sqlite_storage=false ;;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue