Commit 33f5d86d authored by Adrian Negreanu's avatar Adrian Negreanu

sqlite3,configure: typo f_sqlite_path/f_sqlite3_path

Signed-off-by: 's avatarAdrian Negreanu <groleo@gmail.com>
parent 7482f0f0
......@@ -433,7 +433,7 @@ fi
if test "$f_sqlite3" = YES; then
printf " Checking for sqlite3 ... "
if test "$f_sqlite_path" = NO; then
if test "$f_sqlite3_path" = NO; then
sqlite3_hdr_dir="/usr/include /usr/local/include /opt/local/include"
sqlite3_lib_dir="/usr/lib /usr/local/lib /opt/local/lib /usr/lib/x86_64-linux-gnu"
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment