Searched refs:sqlite_dir (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/subversion/
H A Dconfigure6189 sqlite_dir="$withval"
6192 if test -d $sqlite_dir; then
6194 if test -z "$sqlite_dir"; then
6195 sqlite_dir=""
6198 sqlite_dir="$sqlite_dir"
6199 sqlite_include="$sqlite_dir/include/sqlite3.h"
6205 if test ! -z "$sqlite_dir"; then
6206 CPPFLAGS="$CPPFLAGS -I$sqlite_dir/include"
6207 LDFLAGS="$LDFLAGS -L$sqlite_dir/li
[all...]

Completed in 133 milliseconds