Commit f8331ab0 authored by Adrian Negreanu's avatar Adrian Negreanu

sqlite3: exit when sqlite is requested but not found

Signed-off-by: 's avatarAdrian Negreanu <adrian.m.negreanu@intel.com>
parent 0e1e9f73
......@@ -445,6 +445,7 @@ if test "$f_sqlite3" = YES; then
done
if test "$sqlite3_hdr" = NO -o "$sqlite3_lib" = NO; then
echo "not found!";
exit 1
else
echo "using header $sqlite3_hdr and library $sqlite3_lib...";
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment