From ab989c7ad43f2bc17f2cde46a3a16e3d5fe1161f Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Sat, 3 Dec 2016 13:20:54 +0100 Subject: [PATCH] fix helpstring of configure.ac --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index dc0f0c0ba..32bd8b361 100644 --- a/configure.ac +++ b/configure.ac @@ -923,7 +923,7 @@ fi AM_CONDITIONAL(BUILD_VCARD, test x$enable_vcard = xtrue) AC_ARG_ENABLE(sqlite-storage, - [AS_HELP_STRING([--sqlite-msg-storage=[yes/no]], [Turn on compilation of sqlite storage for call history, messages, friends (default=auto)])], + [AS_HELP_STRING([--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 ;;