epiphany r8758 - trunk



Author: xan
Date: Sat Feb  7 15:23:13 2009
New Revision: 8758
URL: http://svn.gnome.org/viewvc/epiphany?rev=8758&view=rev

Log:
configure.ac: add missing ']'

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Feb  7 15:23:13 2009
@@ -259,7 +259,7 @@
 AC_MSG_CHECKING([whether Seed support is requested])
 AC_ARG_ENABLE([seed],
   [AS_HELP_STRING([--enable-seed],[Enable Seed support (default: disabled)]),
-  [],[enable_seed=no])
+  [],[enable_seed=no]])
 AC_MSG_RESULT([$enable_seed])
 
 if test "$enable_seed" = "yes" -a "$enable_introspection" != "yes"; then



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]