From 64944f9385cfd08d8ae0d3f238881a5224d181ef Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 15 Jul 2008 09:17:07 +0000 Subject: Fix tgetent call in termcap configure test. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27286 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 01774c5443..11c0f03667 100755 --- a/configure +++ b/configure @@ -3285,8 +3285,9 @@ fi #if sunos echocheck "termcap" if test "$_termcap" = auto ; then cat > $TMPC < #include -int main(void) { tgetent(); return 0; } +int main(void) { tgetent(NULL, NULL); return 0; } EOF _termcap=no for _ld_tmp in "-lncurses" "-ltinfo" "-ltermcap"; do -- cgit v1.2.3