1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-02 21:10:27 +02:00

* scmconfig.h.in: Updated (HAVE_LIBTERMCAP was added when

configure.in was changed).
This commit is contained in:
Mikael Djurfeldt 1997-10-26 16:06:23 +00:00
parent 1ad2d17957
commit fdc0361488
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,8 @@
1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
* scmconfig.h.in: Updated (HAVE_LIBTERMCAP was added when
configure.in was changed).
Sun Oct 26 02:20:11 1997 Jim Blandy <jimb@totoro.red-bean.com>
* Makefile.am (modinclude_HEADERS): Include readline.h here.

View file

@ -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