mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
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:
parent
3149b6c86f
commit
30ba2f315f
@ -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>
|
1999-02-12 Federico Mena Quintero <federico@nuclecu.unam.mx>
|
||||||
|
|
||||||
* new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
|
* new_icons/Makefile.in (ALLICONS): Added Tigert's new icons for
|
||||||
|
@ -831,7 +831,7 @@ AC_DEFUN(AC_WITH_SLANG,
|
|||||||
#include <slang.h>
|
#include <slang.h>
|
||||||
#endif
|
#endif
|
||||||
int main(void){
|
int main(void){
|
||||||
SLtt_initialize("");
|
SLtt_get_terminfo();
|
||||||
SLtt_tgetflag("");
|
SLtt_tgetflag("");
|
||||||
return 0;
|
return 0;
|
||||||
} ],
|
} ],
|
||||||
|
Loading…
Reference in New Issue
Block a user