patch-configure 1.2 KB

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