From 33f5d86d0adddd5b51904fd9f54b122dcac91651 Mon Sep 17 00:00:00 2001 From: Adrian Negreanu Date: Sat, 3 Aug 2013 16:05:55 +0300 Subject: sqlite3,configure: typo f_sqlite_path/f_sqlite3_path Signed-off-by: Adrian Negreanu --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 1596b40..b8adf56 100755 --- a/configure +++ b/configure @@ -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 -- cgit v0.12