aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)