patch-configure 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. --- xf86-video-intel-2.9.1.orig/configure 2009-10-26 12:53:35.000000000 +0100
  2. +++ xf86-video-intel-2.9.1/configure 2010-04-21 19:57:36.000000000 +0200
  3. @@ -12283,9 +12283,6 @@ if test x$DRI != xno; then
  4. $as_echo_n "checking for ${sdkdir}/dri.h... " >&6; }
  5. if { as_var=$as_ac_File; eval "test \"\${$as_var+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. @@ -12307,9 +12304,6 @@ fi
  14. $as_echo_n "checking for ${sdkdir}/sarea.h... " >&6; }
  15. if { as_var=$as_ac_File; eval "test \"\${$as_var+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. @@ -12331,9 +12325,6 @@ fi
  24. $as_echo_n "checking for ${sdkdir}/dristruct.h... " >&6; }
  25. if { as_var=$as_ac_File; eval "test \"\${$as_var+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
  33. @@ -12927,9 +12918,6 @@ else
  34. $as_echo_n "checking for $XORG_SGML_PATH/X11/defs.ent... " >&6; }
  35. if { as_var=$as_ac_File; eval "test \"\${$as_var+set}\" = set"; }; then :
  36. $as_echo_n "(cached) " >&6
  37. -else
  38. - test "$cross_compiling" = yes &&
  39. - as_fn_error "cannot check for file existence when cross compiling" "$LINENO" 5
  40. if test -r "$XORG_SGML_PATH/X11/defs.ent"; then
  41. eval "$as_ac_File=yes"
  42. else