diff --git a/libguile/ChangeLog b/libguile/ChangeLog index 9904d040e..894b631ee 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,3 +1,8 @@ +1997-10-26 Mikael Djurfeldt + + * scmconfig.h.in: Updated (HAVE_LIBTERMCAP was added when + configure.in was changed). + Sun Oct 26 02:20:11 1997 Jim Blandy * Makefile.am (modinclude_HEADERS): Include readline.h here. diff --git a/libguile/scmconfig.h.in b/libguile/scmconfig.h.in index f6954696d..0f17790bd 100644 --- a/libguile/scmconfig.h.in +++ b/libguile/scmconfig.h.in @@ -406,3 +406,6 @@ /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET + +/* Define if you have the termcap library (-ltermcap). */ +#undef HAVE_LIBTERMCAP