[evince] configure: Fix scmclient detection when GDK targets contain more than one backend
- From: Carlos Garcia Campos <carlosgc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evince] configure: Fix scmclient detection when GDK targets contain more than one backend
- Date: Mon, 26 Mar 2012 10:40:53 +0000 (UTC)
commit 209dec730e68bda4504f10d0d69090a8264d600c
Author: Juan RP <xtraeme gmail com>
Date: Mon Mar 26 12:33:56 2012 +0200
configure: Fix scmclient detection when GDK targets contain more than one backend
https://bugzilla.gnome.org/show_bug.cgi?id=672613
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 7d8880a..82d2a9b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,7 +202,7 @@ AC_ARG_WITH([smclient],
[Setting smclient backend (default:auto)])],
[],
[case "$GDK_TARGET" in
- x11) case "$with_platform" in
+ x11*) case "$with_platform" in
gnome) with_smclient=xsmp ;;
*) with_smclient=no ;;
esac ;;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]