From 386c15a409edb3d9698c5872638c4e03c24e09c0 Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 17 Sep 2010 10:34:13 +0000 Subject: configure: change VESA test to check for vbeInit() instead of vbeVersion() The former actually exists in vbe.h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32289 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d53fd4dd1e..c1adcaf90e 100755 --- a/configure +++ b/configure @@ -4778,7 +4778,7 @@ esac echocheck "VESA support" if test "$_vesa" = auto ; then _vesa=no - function_check vbe.h 'vbeVersion()' -lvbe -llrmi && _vesa=yes + function_check vbe.h 'vbeInit()' -lvbe -llrmi && _vesa=yes fi if test "$_vesa" = yes ; then def_vesa='#define CONFIG_VESA 1' -- cgit v1.2.3