diff options
author | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-17 07:39:42 +0000 |
---|---|---|
committer | hiro <hiro@ee746299-78ed-0310-b773-934348b2243d> | 2005-11-17 07:39:42 +0000 |
commit | f72c8848a937e81c168393f166f2c6104e573572 (patch) | |
tree | 9f7bd97771807419fab3bdae65810bd8dba50328 /configure.in | |
parent | cb0f123ef7a2d83796a648baa14e93ed00c639d6 (diff) |
configure.in: fixed wrong status report of GtkSpell.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@755 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 3d49dba0..317de6b6 100644 --- a/configure.in +++ b/configure.in @@ -263,6 +263,7 @@ if test "$ac_cv_enable_gtkspell" = yes; then AC_DEFINE(USE_GTKSPELL, 1, Use GtkSpell in editor) else AC_MSG_RESULT(no) + ac_cv_enable_gtkspell=no fi else AC_MSG_RESULT(no) |