aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-24 09:42:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-02-24 09:42:21 +0000
commitb5320cb93a437ff3e243262e52d5095f16a01fad (patch)
tree7255be858e2aab26397fed822c5c27c040981418 /configure.in
parentf8bd84e75fbb288706f523d02a94709032ce9397 (diff)
enabled GtkSpell by default.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1010 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 081c9136..9e3ccab4 100644
--- a/configure.in
+++ b/configure.in
@@ -251,8 +251,8 @@ fi
dnl Check for GtkSpell support
AC_MSG_CHECKING([whether to use GtkSpell])
AC_ARG_ENABLE(gtkspell,
- [ --enable-gtkspell Use GtkSpell in editor [[default=no]]],
- [ac_cv_enable_gtkspell=$enableval], [ac_cv_enable_gtkspell=no])
+ [ --disable-gtkspell Do not use GtkSpell in editor],
+ [ac_cv_enable_gtkspell=$enableval], [ac_cv_enable_gtkspell=yes])
if test "$ac_cv_enable_gtkspell" = yes; then
AC_MSG_RESULT(yes)
AC_MSG_CHECKING([whether GtkSpell is available])