[gnome-games] aisleriot: Fix broken test that forced checking the path for card themes
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] aisleriot: Fix broken test that forced checking the path for card themes
- Date: Sat, 18 Sep 2010 18:46:58 +0000 (UTC)
commit 732d6e866b14c121faff77bedfa38c97d863edb2
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 a8b3708a.
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 be2d486..d855401 100644
--- a/configure.in
+++ b/configure.in
@@ -488,7 +488,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])],
@@ -501,7 +501,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]