comparison configure @ 32205:3c169d0b1966

Check for vbeInit() instead of vbeVersion() in VESA test. The former actually exists in vbe.h.
author diego
date Fri, 17 Sep 2010 10:34:13 +0000
parents 26f7bcb5fd7f
children 1c5723d12503
comparison
equal deleted inserted replaced
32204:0a81c931ecb5 32205:3c169d0b1966
5085 5085
5086 5086
5087 echocheck "VESA support" 5087 echocheck "VESA support"
5088 if test "$_vesa" = auto ; then 5088 if test "$_vesa" = auto ; then
5089 _vesa=no 5089 _vesa=no
5090 function_check vbe.h 'vbeVersion()' -lvbe -llrmi && _vesa=yes 5090 function_check vbe.h 'vbeInit()' -lvbe -llrmi && _vesa=yes
5091 fi 5091 fi
5092 if test "$_vesa" = yes ; then 5092 if test "$_vesa" = yes ; then
5093 def_vesa='#define CONFIG_VESA 1' 5093 def_vesa='#define CONFIG_VESA 1'
5094 libs_mplayer="$libs_mplayer -lvbe -llrmi" 5094 libs_mplayer="$libs_mplayer -lvbe -llrmi"
5095 vomodules="vesa $vomodules" 5095 vomodules="vesa $vomodules"