Commit 00fb9481 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #15 from groleo/sqlite3

Fixes for sqlite3 backend
parents f90a787e 33f5d86d
......@@ -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
......
This diff is collapsed.
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