[anjal] Fix default for anerley
- From: Bastien Nocera <hadess src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [anjal] Fix default for anerley
- Date: Thu, 24 Sep 2009 12:54:42 +0000 (UTC)
commit 1478dd85de019e0047b07d8bd6969f63ebd508d4
Author: Bastien Nocera <hadess hadess net>
Date: Thu Sep 24 10:27:08 2009 +0100
Fix default for anerley
Documentation says default is no, but then enables it by
default. Default is really no.
https://bugzilla.gnome.org/show_bug.cgi?id=596167
configure.ac | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 22301e6..e9cb569 100644
--- a/configure.ac
+++ b/configure.ac
@@ -110,12 +110,12 @@ AC_MSG_CHECKING([whether to build with Anerley])
AC_ARG_WITH([anerley],
[AC_HELP_STRING([--with-anerley],
[Build with Anerley [default=no]])],
- with_anerley="$withval", with_anerley="yes")
+ with_anerley="$withval", with_anerley="no")
AC_MSG_RESULT($with_anerley)
if test "x$with_anerley" = "xyes"; then
PKG_CHECK_MODULES(ANERLEY, [anerley >= 0.0.10 clutter-gtk-0.10 >= 0.10.0 clutter-1.0 >= 1.0.0 nbtk-1.0 >= 0.7.2 ])
-
+
AC_DEFINE(HAVE_ANERLEY, 1, [Anerley available])
AM_CONDITIONAL(ENABLE_ANERLEY, true)
else
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]