forked from github/server
Merge pull request #769 from ennorehling/master
use sqlite, get ready for release.
This commit is contained in:
commit
e61cc22c45
2 changed files with 3 additions and 3 deletions
2
clibs
2
clibs
|
@ -1 +1 @@
|
|||
Subproject commit 147584ad70b220abf6a4e97ca76e785729b9ac32
|
||||
Subproject commit 7eb6713ff73d29e67d2bc87fb037a9c738c2c512
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue