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 ...@@ -445,6 +445,7 @@ if test "$f_sqlite3" = YES; then
done done
if test "$sqlite3_hdr" = NO -o "$sqlite3_lib" = NO; then if test "$sqlite3_hdr" = NO -o "$sqlite3_lib" = NO; then
echo "not found!"; echo "not found!";
exit 1
else else
echo "using header $sqlite3_hdr and library $sqlite3_lib..."; echo "using header $sqlite3_hdr and library $sqlite3_lib...";
fi 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