[gnome-games] build: Fix inverted sqlite check



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]