[gnome-games] build: Fix inverted sqlite check
- From: Christian Persch <chpe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] build: Fix inverted sqlite check
- Date: Sun, 1 May 2011 12:27:11 +0000 (UTC)
commit 773ea523dec4f2a8d345b8713dab6ac8c29ef4e4
Author: Christian Persch <chpe gnome org>
Date: Sun May 1 14:25:21 2011 +0200
build: Fix inverted sqlite check
configure.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index bb31b76..55db950 100644
--- a/configure.in
+++ b/configure.in
@@ -155,8 +155,8 @@ for game in $gamelist; do
*) need_rsvg=yes ;;
esac
case $game in
- glchess) ;;
- *) need_sqlite=yes ;;
+ glchess) need_sqlite=yes ;;
+ *) ;;
esac
case $game in
glines|gnobots2|gnomine|gnotravex|gnotski|iagno) allow_smclient=yes ;;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]