From 30ba2f315f79fa2700357813a928ca23c65ebcd3 Mon Sep 17 00:00:00 2001 From: Norbert Warmuth Date: Sat, 13 Feb 1999 00:44:34 +0000 Subject: [PATCH] Sat Feb 13 01:39:17 1999 Norbert Warmuth * configure.in: Make Timur's libtermcap check work with SLang 0.99.98, too. --- ChangeLog | 5 +++++ configure.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index fbc1388c9..4e2307e4a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Feb 13 01:39:17 1999 Norbert Warmuth + + * configure.in: Make Timur's libtermcap check work with SLang + 0.99.98, too. + 1999-02-12 Federico Mena Quintero * new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for diff --git a/configure.in b/configure.in index 2691e0a99..27cfe1973 100644 --- a/configure.in +++ b/configure.in @@ -831,7 +831,7 @@ AC_DEFUN(AC_WITH_SLANG, #include #endif int main(void){ - SLtt_initialize(""); + SLtt_get_terminfo(); SLtt_tgetflag(""); return 0; } ],