From c6e02d79edbda7bb9e79c58d0fd90ae711ca2599 Mon Sep 17 00:00:00 2001 From: Matthew Waters Date: Thu, 27 Mar 2014 22:02:22 +1100 Subject: [PATCH] gl: don't fail configure if we do not understand the platform --- configure.ac | 1 - 1 file changed, 1 deletion(-) diff --git a/configure.ac b/configure.ac index b755300ad3..f570cbdb72 100644 --- a/configure.ac +++ b/configure.ac @@ -1020,7 +1020,6 @@ case $host in ;; *) AC_MSG_WARN([Don't know how to check for OpenGL on your platform.]) - exit 1 ;; esac