From f72c8848a937e81c168393f166f2c6104e573572 Mon Sep 17 00:00:00 2001 From: hiro Date: Thu, 17 Nov 2005 07:39:42 +0000 Subject: configure.in: fixed wrong status report of GtkSpell. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@755 ee746299-78ed-0310-b773-934348b2243d --- ChangeLog | 4 ++++ ChangeLog.ja | 4 ++++ configure.in | 1 + 3 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index b4c01aa6..4e1d2c65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-11-17 + + * configure.in: fixed wrong status report of GtkSpell. + 2005-11-17 * libsylph/prefs_common.[ch] diff --git a/ChangeLog.ja b/ChangeLog.ja index ae06e980..54061bea 100644 --- a/ChangeLog.ja +++ b/ChangeLog.ja @@ -1,3 +1,7 @@ +2005-11-17 + + * configure.in: GtkSpell のステータスレポートが誤っていたのを修正。 + 2005-11-17 * libsylph/prefs_common.[ch] 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) -- cgit v1.2.3