[dasher] configure.ac: GTK2HERE = true implies WITHGTK2
- From: Patrick Welche <pwelche src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dasher] configure.ac: GTK2HERE = true implies WITHGTK2
- Date: Wed, 13 Apr 2011 10:04:38 +0000 (UTC)
commit affa727b096c3a17a44cb4b038e61136c33aed84
Author: Patrick Welche <prlw1 cam ac uk>
Date: Fri Mar 25 09:49:04 2011 +0000
configure.ac: GTK2HERE = true implies WITHGTK2
configure.ac | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 00d6dc7..7999076 100644
--- a/configure.ac
+++ b/configure.ac
@@ -200,10 +200,7 @@ then
PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.6.0,[GTK2HERE=true],[GTK2HERE=false])
fi
-if test x"$GTK2HERE" = xtrue -a x"$WITHGTK2" = xtrue -a x"$WITHQTE" != xtrue
-then
- BUILDGTK2=true
-elif test x"$GTK2HERE" = xtrue -a x"$WITHQTE" != xtrue
+if test x"$GTK2HERE" = xtrue -a x"$WITHQTE" != xtrue
then
BUILDGTK2=true
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]