mirror of
https://github.com/X11Libre/xf86-video-sis.git
synced 2026-03-24 01:25:01 +00:00
Test the right variables for turning on DRI support.
This commit is contained in:
@@ -70,9 +70,9 @@ fi
|
||||
|
||||
AC_MSG_CHECKING([whether to include DRI support])
|
||||
if test x$DRI = xauto; then
|
||||
if test "$ac_cv_header_dri_h" = yes -a \
|
||||
"$ac_cv_header_sarea_h" = yes -a \
|
||||
"$ac_cv_header_dristruct_h" = yes; then
|
||||
if test "$have_dri_h" = yes -a \
|
||||
"$have_sarea_h" = yes -a \
|
||||
"$have_dristruct_h" = yes; then
|
||||
DRI="yes"
|
||||
else
|
||||
DRI="no"
|
||||
|
||||
Reference in New Issue
Block a user