epiphany r8759 - trunk



Author: chpe
Date: Sat Feb  7 15:25:02 2009
New Revision: 8759
URL: http://svn.gnome.org/viewvc/epiphany?rev=8759&view=rev

Log:
Add closing ] in the right place

Modified:
   trunk/configure.ac

Modified: trunk/configure.ac
==============================================================================
--- trunk/configure.ac	(original)
+++ trunk/configure.ac	Sat Feb  7 15:25:02 2009
@@ -258,8 +258,8 @@
 
 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]])
+  [AS_HELP_STRING([--enable-seed],[Enable Seed support (default: disabled)])],
+  [],[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]