diff options
author | Xan Lopez <xan@src.gnome.org> | 2009-02-07 23:23:13 +0800 |
---|---|---|
committer | Xan Lopez <xan@src.gnome.org> | 2009-02-07 23:23:13 +0800 |
commit | 79e1583b8268128db3f96b8c2ddb0703002601d0 (patch) | |
tree | 8d12b0711eecc9ba54baba89731da75e9a40f81b /configure.ac | |
parent | a22e27e2fb1e351e99e28bc0f37fc292c4a8a860 (diff) | |
download | gsoc2013-epiphany-79e1583b8268128db3f96b8c2ddb0703002601d0.tar.gz gsoc2013-epiphany-79e1583b8268128db3f96b8c2ddb0703002601d0.tar.zst gsoc2013-epiphany-79e1583b8268128db3f96b8c2ddb0703002601d0.zip |
configure.ac: add missing ']'
svn path=/trunk/; revision=8758
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |