[gnome-games/gnome-2-32] aisleriot: Fix broken test that forced checking the path for card themes



commit 87967ce4a86e9b91bb90d8ab5bc505a94aa9fda1
Author: Vincent Untz <vuntz gnome org>
Date:   Sat Sep 18 20:43:32 2010 +0200

    aisleriot: Fix broken test that forced checking the path for card themes
    
    This fixes commit c86abdb7.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=629989

 configure.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.in b/configure.in
index a4fabe9..37cb5a5 100644
--- a/configure.in
+++ b/configure.in
@@ -469,7 +469,7 @@ AM_CONDITIONAL([ENABLE_CARD_THEME_FORMAT_PYSOL],[test "$enable_card_theme_format
 
 # Card theme paths
 
-if test "$enable_card_theme_format_kde"; then
+if test "$enable_card_theme_format_kde" = "yes"; then
   AC_MSG_CHECKING([for KDE card themes base path])
   AC_ARG_WITH([kde-card-theme-path],
     [AS_HELP_STRING([--with-kde-card-theme-path],[The base path to the KDE card themes])],
@@ -482,7 +482,7 @@ if test "$enable_card_theme_format_kde"; then
   AC_DEFINE_UNQUOTED([KDE_CARD_THEME_PATH],["$with_kde_card_theme_path"],[The base path to the KDE card themes])
 fi
 
-if test "$enable_card_theme_format_pysol"; then
+if test "$enable_card_theme_format_pysol" = "yes"; then
   AC_MSG_CHECKING([for PySol card themes base path])
   AC_ARG_WITH([pysol-card-theme-path],
     [AS_HELP_STRING([--with-pysol-card-theme-path],[The base path to the PySol card themes])],



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]