Index: configure
===================================================================
--- configure	(revision 7501)
+++ configure	(working copy)
@@ -35,6 +35,9 @@
 OpenBSD)
     phone="no"
 ;;
+Darwin)
+    glOverRide="yes"
+;;
 *) ;;
 esac
 
@@ -264,6 +267,9 @@
     if has_library libGL ; then
         opengl="yes"
     fi
+    if test "$glOverRide" != "no" ; then
+        opengl="yes"
+    fi
 fi
 
 if test "$fftw_lib3" != "no" ; then
