diff options
author | Peter Powell <petpow@saberuk.com> | 2017-09-14 14:52:42 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-09-14 14:52:42 +0100 |
commit | 314f5f65df564daf193457ee5df5e7de02a0c3a5 (patch) | |
tree | 87325efd1c7e4a27837d87e0a29ade94390c8a9b /docs | |
parent | 6c6dbb427b693118b652aa01e6b4722fd5d2fb13 (diff) |
Fix the command for enabling m_sqlite3 in modules.conf.example.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
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. # # #<module name="m_sqlite3.so"> |