[evolution-rss] autoconf gtk3 cleanups
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-rss] autoconf gtk3 cleanups
- Date: Wed, 2 Mar 2011 21:23:11 +0000 (UTC)
commit 09c4985bd76645433b74752118b34095ac85b9d8
Author: Lucian Langa <lucilanga gnome org>
Date: Wed Mar 2 22:15:35 2011 +0200
autoconf gtk3 cleanups
configure.ac | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 50e4253..3ee718c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -245,13 +245,14 @@ AM_CONDITIONAL([HAVE_XPCOM_GLUE], [test "$gecko_cv_have_xpcom_glue" = "yes"])
AC_MSG_CHECKING([whether to include Webkit support])
AC_ARG_ENABLE([webkit],
- AS_HELP_STRING([--disable-webkit],[Disable Webkit (Apple Upstream Webkit) support (default: enabled)]),
- [],[enable_webkit=yes])
+ AS_HELP_STRING([--disable-webkit],[Disable Webkit (Apple Upstream Webkit) support (default: enabled)]),
+ [],[enable_webkit=yes])
AC_MSG_RESULT([$enable_webkit])
if test "$enable_webkit" = "yes"; then
if test "$EVOLUTION_BASE_VERSION_S" = "-3.0"; then
webkit_api="webkitgtk-3.0"
+ AC_MSG_NOTICE(GTK3 builds requires webkitgtk3)
else
webkit_api="webkit-1.0"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]