epiphany r8760 - trunk
- From: chpe svn gnome org
- To: svn-commits-list gnome org
- Subject: epiphany r8760 - trunk
- Date: Sat, 7 Feb 2009 15:33:27 +0000 (UTC)
Author: chpe
Date: Sat Feb 7 15:33:27 2009
New Revision: 8760
URL: http://svn.gnome.org/viewvc/epiphany?rev=8760&view=rev
Log:
Fix python/seed exclusivity check
Modified:
trunk/configure.ac
Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac (original)
+++ trunk/configure.ac Sat Feb 7 15:33:27 2009
@@ -290,7 +290,7 @@
[enable_python=autodetect have_python=yes])
AC_MSG_RESULT([$enable_python])
-if test "$enable_seed" = "yes" -a "$enable_python" = "yes"; then
+if test "$enable_seed" = "yes" -a "$enable_python" != "no"; then
AC_MSG_ERROR([cannot enable seed and python support at the same time])
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]