[aisleriot] Fix detection of openSUSE in configure
- From: Vincent Untz <vuntz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [aisleriot] Fix detection of openSUSE in configure
- Date: Wed, 5 Sep 2012 16:17:01 +0000 (UTC)
commit e1ddb91075af6133b1abdc3c39dca6b72acad7ea
Author: Vincent Untz <vuntz gnome org>
Date: Wed Sep 5 18:16:44 2012 +0200
Fix detection of openSUSE in configure
https://bugzilla.gnome.org/show_bug.cgi?id=683425
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0cbddfc..51f0c85 100644
--- a/configure.ac
+++ b/configure.ac
@@ -198,7 +198,7 @@ if test "$enable_card_theme_format_kde" = "yes"; then
AC_ARG_WITH([kde-card-theme-path],
[AS_HELP_STRING([--with-kde-card-theme-path],[The base path to the KDE card themes])],
[],[case "$DISTRO" in
- debian|fedora|rhel|centos|suse|ubuntu) with_kde_card_theme_path="/usr/share/kde4/apps/carddecks" ;;
+ debian|fedora|rhel|centos|opensuse|ubuntu) with_kde_card_theme_path="/usr/share/kde4/apps/carddecks" ;;
*) AC_MSG_ERROR([When enabling the KDE card theme format, you must specify the KDE card themes base path.]) ;;
esac])
AC_MSG_RESULT([$with_kde_card_theme_path])
@@ -213,7 +213,7 @@ if test "$enable_card_theme_format_pysol" = "yes"; then
[],[case "$DISTRO" in
debian|ubuntu) with_pysol_card_theme_path="/usr/share/games/pysol" ;;
fedora|rhel|centos) with_pysol_card_theme_path="/usr/share/PySolFC" ;;
- suse) with_pysol_card_theme_path="/usr/share/games/pysol/data" ;;
+ opensuse) with_pysol_card_theme_path="/usr/share/games/pysol/data" ;;
*) AC_MSG_ERROR([When enabling the PySol card theme format, you must specify the PySol card themes base path.]) ;;
esac])
AC_MSG_RESULT([$with_pysol_card_theme_path])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]