BUG 2416: Prefer sqlite over db backend

This commit is contained in:
Enno Rehling 2018-02-18 10:31:57 +01:00 committed by Enno Rehling
parent e6e520959d
commit 02c6c863a3

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