From e26e3371a54e6b5c504666b85f1e5e8551436730 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Wed, 26 Mar 2014 10:14:36 +0100 Subject: [PATCH] gl: Only enabled cocoa backend on osx (and not ios) ios requires using EAGL --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 563de53..cae35d4 100644 --- a/configure.ac +++ b/configure.ac @@ -954,7 +954,8 @@ case $host in fi fi ;; - *-darwin*) + i386-darwin* | x86_64-darwin*) + dnl Only osx supports cocoa. ios requires EAGL. if test "x$NEED_WGL" = "xyes"; then AC_MSG_ERROR([WGL is not available on Mac OS X]) fi -- 2.7.4