Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
doxverilog
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
doxverilog
Commits
f8331ab0
Commit
f8331ab0
authored
Jun 18, 2013
by
Adrian Negreanu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sqlite3: exit when sqlite is requested but not found
Signed-off-by:
Adrian Negreanu
<
adrian.m.negreanu@intel.com
>
parent
0e1e9f73
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
configure
configure
+1
-0
No files found.
configure
View file @
f8331ab0
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment