Add Sqlite3 support to build system

svn path=/trunk/boinc/; revision=18145
This commit is contained in:
Rom Walton 2009-05-18 15:38:07 +00:00
parent 11941a791d
commit 315b25f526
1 changed files with 4 additions and 0 deletions

View File

@ -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 --------------------------------------------------------------------------------