blob: fe5ca4e86326842b8e36d791a31046e7a38c67d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
--- xf86-video-intel-2.13.0.orig/configure 2010-09-30 17:46:13.000000000 +0200
+++ xf86-video-intel-2.13.0/configure 2010-11-24 22:05:13.100685362 +0100
@@ -11623,9 +11623,6 @@ if test x$DRI != xno; then
$as_echo_n "checking for ${sdkdir}/dri.h... " >&6; }
if eval "test \"\${$as_ac_File+set}\"" = set; then :
$as_echo_n "(cached) " >&6
-else
- test "$cross_compiling" = yes &&
- as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
if test -r "${sdkdir}/dri.h"; then
eval "$as_ac_File=yes"
else
@@ -11646,9 +11643,6 @@ fi
$as_echo_n "checking for ${sdkdir}/sarea.h... " >&6; }
if eval "test \"\${$as_ac_File+set}\"" = set; then :
$as_echo_n "(cached) " >&6
-else
- test "$cross_compiling" = yes &&
- as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
if test -r "${sdkdir}/sarea.h"; then
eval "$as_ac_File=yes"
else
@@ -11669,9 +11663,6 @@ fi
$as_echo_n "checking for ${sdkdir}/dristruct.h... " >&6; }
if eval "test \"\${$as_ac_File+set}\"" = set; then :
$as_echo_n "(cached) " >&6
-else
- test "$cross_compiling" = yes &&
- as_fn_error $? "cannot check for file existence when cross compiling" "$LINENO" 5
if test -r "${sdkdir}/dristruct.h"; then
eval "$as_ac_File=yes"
else
|