From 79e1583b8268128db3f96b8c2ddb0703002601d0 Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Sat, 7 Feb 2009 15:23:13 +0000 Subject: configure.ac: add missing ']' svn path=/trunk/; revision=8758 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 6e9091abe..7a42b761c 100644 --- a/configure.ac +++ b/configure.ac @@ -259,7 +259,7 @@ AM_CONDITIONAL([ENABLE_INTROSPECTION],[test "$enable_introspection" = "yes"]) 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 -- cgit v1.2.3