summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1998-10-07 10:16:28 +0000
committerJim Blandy <jimb@red-bean.com>1998-10-07 10:16:28 +0000
commit13af30488ee693ef2fe236b8dff47b7bdca8a496 (patch)
treecc8e50a0974c093efd6abb868b216ae66633e9d7 /ChangeLog
parentd60497159ab365fc3fe8798858a4e9d124d26495 (diff)
downloadguile-13af30488ee693ef2fe236b8dff47b7bdca8a496.tar.gz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 664c64b48..2a691a8c9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
we do find the rl_getc_function variable in the readline library;
AC_CHECK_FUNCS used to do this for us, but we're not using it any
more.
+ * acconfig.h: Add an entry for HAVE_RL_GETC_FUNCTION.
* configure.in: Properly test for the presence of rl_getc_function;
it's a variable, not a function.