Fix the command for enabling m_sqlite3 in modules.conf.example.

This commit is contained in:
Peter Powell 2017-09-14 14:52:42 +01:00
parent 6c6dbb427b
commit 314f5f65df

View File

@ -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">