From fdc0361488375c0d88c392918f30b360f3d50ac9 Mon Sep 17 00:00:00 2001 From: Mikael Djurfeldt Date: Sun, 26 Oct 1997 16:06:23 +0000 Subject: [PATCH] * scmconfig.h.in: Updated (HAVE_LIBTERMCAP was added when configure.in was changed). --- libguile/ChangeLog | 5 +++++ libguile/scmconfig.h.in | 3 +++ 2 files changed, 8 insertions(+) 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