From e9f35ceef4515f8526b301af3cf5c54923966ed6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sat, 7 Feb 2009 15:25:02 +0000 Subject: Add closing ] in the right place svn path=/trunk/; revision=8759 --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 7a42b761c..1537fd02a 100644 --- a/configure.ac +++ b/configure.ac @@ -258,8 +258,8 @@ 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]]) + [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 -- cgit v1.2.3