Merge pull request #769 from ennorehling/master

use sqlite, get ready for release.
This commit is contained in:
Enno Rehling 2018-02-24 18:13:28 +01:00 committed by GitHub
commit e61cc22c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
clibs

@ -1 +1 @@
Subproject commit 147584ad70b220abf6a4e97ca76e785729b9ac32
Subproject commit 7eb6713ff73d29e67d2bc87fb037a9c738c2c512

View File

@ -1,8 +1,8 @@
#!/bin/sh
ERESSEA_DB=sqlite
if [ -e /usr/include/db.h ] ; then
ERESSEA_DB=db
if [ -e /usr/include/sqlite3.h ] ; then
ERESSEA_DB=sqlite
fi
# Parse command line arguments