]> git.saurik.com Git - wxWidgets.git/commitdiff
Fix OpenGL test on OSX
authorRobin Dunn <robin@alldunn.com>
Wed, 24 Sep 2008 23:46:14 +0000 (23:46 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 24 Sep 2008 23:46:14 +0000 (23:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@55846 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

configure.in

index dd28b3b47d1185d34fe7a7d2ec682e4ec01994a5..c0d249972d1841587f8f4000ece3ea3a65949e5b 100644 (file)
@@ -3637,7 +3637,7 @@ if test "$wxUSE_OPENGL" = "yes"; then
     if test "$wxUSE_MGL" = 1 -o "$wxUSE_DFB" = 1; then
         AC_MSG_WARN([wxGLCanvas not implemented for this port, library will be compiled without it.])
         wxUSE_OPENGL="no"
-    elif test "$wxUSE_OSX_CARBON" = 1 -o test "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_COCOA" = 1; then
+    elif test "$wxUSE_OSX_CARBON" = 1 -o "$wxUSE_OSX_COCOA" = 1 -o "$wxUSE_COCOA" = 1; then
         OPENGL_LIBS="-framework OpenGL -framework AGL"
     elif test "$wxUSE_MSW" = 1; then
         OPENGL_LIBS="-lopengl32 -lglu32"