aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-17 07:39:42 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-11-17 07:39:42 +0000
commitf72c8848a937e81c168393f166f2c6104e573572 (patch)
tree9f7bd97771807419fab3bdae65810bd8dba50328
parentcb0f123ef7a2d83796a648baa14e93ed00c639d6 (diff)
configure.in: fixed wrong status report of GtkSpell.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@755 ee746299-78ed-0310-b773-934348b2243d
-rw-r--r--ChangeLog4
-rw-r--r--ChangeLog.ja4
-rw-r--r--configure.in1
3 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b4c01aa6..4e1d2c65 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2005-11-17
+ * configure.in: fixed wrong status report of GtkSpell.
+
+2005-11-17
+
* libsylph/prefs_common.[ch]
src/compose.[ch]
src/prefs_common_dialog.c
diff --git a/ChangeLog.ja b/ChangeLog.ja
index ae06e980..54061bea 100644
--- a/ChangeLog.ja
+++ b/ChangeLog.ja
@@ -1,5 +1,9 @@
2005-11-17
+ * configure.in: GtkSpell のステータスレポートが誤っていたのを修正。
+
+2005-11-17
+
* libsylph/prefs_common.[ch]
src/compose.[ch]
src/prefs_common_dialog.c
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)