summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Browning <rlb@defaultvalue.org>2002-10-05 20:34:24 +0000
committerRob Browning <rlb@defaultvalue.org>2002-10-05 20:34:24 +0000
commit60aa332f83f373ec128d54e01ce89b68e86a5014 (patch)
tree9a64157bcc84e521aaa9d30db509cf3aa8a1b2c2
parent9310d6f29e0fbff786f76fa80ea8a91b17c51b3d (diff)
downloadguile-60aa332f83f373ec128d54e01ce89b68e86a5014.tar.gz
*** empty log message ***
-rw-r--r--ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 53dd837cf..a3e8c32e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,7 +21,9 @@
are commented out now INCLTDL and LIBLTDL. I think we may not
need them anymore, but I'll leave them until we're sure. We also
killed off the libltdl dir and related options including the
- AC_CONFIG_SUBDIRS.
+ AC_CONFIG_SUBDIRS. I also added some explicit tests for some
+ headers and functions that weren't listed but were in
+ scmconfig.h.in. though this may have been unnecessary.
2002-10-04 Marius Vollmer <mvo@zagadka.ping.de>