Sat Feb 13 01:39:17 1999 Norbert Warmuth <nwarmuth@privat.circular.de>

* configure.in: Make Timur's libtermcap check work with SLang
0.99.98, too.
This commit is contained in:
Norbert Warmuth 1999-02-13 00:44:34 +00:00
parent 3149b6c86f
commit 30ba2f315f
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Sat Feb 13 01:39:17 1999 Norbert Warmuth <nwarmuth@privat.circular.de>
* configure.in: Make Timur's libtermcap check work with SLang
0.99.98, too.
1999-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
* new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for

View File

@ -831,7 +831,7 @@ AC_DEFUN(AC_WITH_SLANG,
#include <slang.h>
#endif
int main(void){
SLtt_initialize("");
SLtt_get_terminfo();
SLtt_tgetflag("");
return 0;
} ],