Advertisement
Guest User

haskell platform disable opengl

a guest
Aug 7th, 2013
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.73 KB | None | 0 0
  1. --- haskell-platform-2013.2.0.0/configure   2013-05-04 13:56:21.000000000 -0700
  2. +++ haskell-platform-2/configure    2013-08-07 17:45:18.490880403 -0700
  3. @@ -3929,15 +3929,6 @@
  4.  fi
  5.  
  6.  
  7. -# Check for OpenGL and GLUT
  8. -if test "$OSX" != "yes"; then
  9. -  ac_fn_c_check_header_mongrel "$LINENO" "GL/gl.h" "ac_cv_header_GL_gl_h" "$ac_includes_default"
  10. -if test "x$ac_cv_header_GL_gl_h" = xyes; then :
  11. -
  12. -else
  13. -  as_fn_error $? "The OpenGL C library is required" "$LINENO" 5
  14. -fi
  15. -
  16.  
  17.    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing glEnd" >&5
  18.  $as_echo_n "checking for library containing glEnd... " >&6; }
  19. @@ -3990,19 +3981,13 @@
  20.  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_glEnd" >&5
  21.  $as_echo "$ac_cv_search_glEnd" >&6; }
  22.  ac_res=$ac_cv_search_glEnd
  23. -if test "$ac_res" != no; then :
  24. -  test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  25. -
  26. -else
  27. -  as_fn_error $? "The OpenGL C library is required" "$LINENO" 5
  28. -fi
  29.  
  30.  
  31.    ac_fn_c_check_header_mongrel "$LINENO" "GL/glu.h" "ac_cv_header_GL_glu_h" "$ac_includes_default"
  32.  if test "x$ac_cv_header_GL_glu_h" = xyes; then :
  33.  
  34.  else
  35. -  as_fn_error $? "The OpenGL C library is required" "$LINENO" 5
  36. +  echo hi
  37.  fi
  38.  
  39.  
  40. @@ -4061,7 +4046,7 @@
  41.    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  42.  
  43.  else
  44. -  as_fn_error $? "The OpenGL C library is required" "$LINENO" 5
  45. +  echo hi
  46.  fi
  47.  
  48.  
  49. @@ -4069,7 +4054,7 @@
  50.  if test "x$ac_cv_header_GL_glut_h" = xyes; then :
  51.  
  52.  else
  53. -  as_fn_error $? "The GLUT C library is required" "$LINENO" 5
  54. +  echo hi
  55.  fi
  56.  
  57.  
  58. @@ -4128,9 +4113,7 @@
  59.    test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
  60.  
  61.  else
  62. -  as_fn_error $? "The GLUT C library is required" "$LINENO" 5
  63. -fi
  64. -
  65. +  echo hi
  66.  fi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement