diff options
author | Christian Persch <chpe@src.gnome.org> | 2009-02-07 23:25:02 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2009-02-07 23:25:02 +0800 |
commit | e9f35ceef4515f8526b301af3cf5c54923966ed6 (patch) | |
tree | 368e86079e89789a40169f80b5d5461536dbaf3a /configure.ac | |
parent | 79e1583b8268128db3f96b8c2ddb0703002601d0 (diff) | |
download | gsoc2013-epiphany-e9f35ceef4515f8526b301af3cf5c54923966ed6.tar.gz gsoc2013-epiphany-e9f35ceef4515f8526b301af3cf5c54923966ed6.tar.zst gsoc2013-epiphany-e9f35ceef4515f8526b301af3cf5c54923966ed6.zip |
Add closing ] in the right place
svn path=/trunk/; revision=8759
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
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 |