Searched refs:sqlite_dir (Results 1 – 1 of 1) sorted by relevance
6189 sqlite_dir="$withval"6192 if test -d $sqlite_dir; then6194 if test -z "$sqlite_dir"; then6195 sqlite_dir=""6198 sqlite_dir="$sqlite_dir"6199 sqlite_include="$sqlite_dir/include/sqlite3.h"6205 if test ! -z "$sqlite_dir"; then6206 CPPFLAGS="$CPPFLAGS -I$sqlite_dir/include"6207 LDFLAGS="$LDFLAGS -L$sqlite_dir/lib"6266 if test -z "$sqlite_dir" -o ! -d "$sqlite_dir"; then[all …]