From 314f5f65df564daf193457ee5df5e7de02a0c3a5 Mon Sep 17 00:00:00 2001 From: Peter Powell Date: Thu, 14 Sep 2017 14:52:42 +0100 Subject: Fix the command for enabling m_sqlite3 in modules.conf.example. --- docs/conf/modules.conf.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/conf') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index b39ee5d2b..b0c24194a 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1761,7 +1761,7 @@ # SQLite3 module: Allows other SQL modules to access SQLite3 # # databases through a unified API. # # This module is in extras. Re-run configure with: # -# ./configure --enable-extras=m_sqlite.cpp +# ./configure --enable-extras=m_sqlite3.cpp # and run make install, then uncomment this module to enable it. # # # -- cgit v1.2.3