mirror of https://github.com/BOINC/boinc.git
Add Sqlite3 support to build system
svn path=/trunk/boinc/; revision=18145
This commit is contained in:
parent
11941a791d
commit
315b25f526
|
@ -685,6 +685,10 @@ if test "${enable_manager}" = yes ; then
|
|||
fi
|
||||
fi
|
||||
|
||||
dnl ---------- Sqlite3 ----------------------------------------------------
|
||||
if test "${enable_manager}" = yes ; then
|
||||
AM_PATH_SQLITE3
|
||||
fi
|
||||
|
||||
dnl --------------------------------------------------------------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue