summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index efa5be1..5197a65 100755
--- a/configure
+++ b/configure
@@ -228,7 +228,7 @@ if [ -z "${DB}" ]; then
fi
# Set default parameters for the SQLite3 database
-if [ ${DB} = "SQLite3" ]; then
+if [ "${DB}" = "SQLite3" ]; then
PARAMS="${PARAMS} -DSQLITE3PREFIX:STIRNG=${SQLITE3PREFIX}"
fi