Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/subversion/
HDconfigure6189 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/lib"
6266 if test -z "$sqlite_dir" -o ! -d "$sqlite_dir"; then
[all …]