gl: don't fail configure if we do not understand the platform

This commit is contained in:
Matthew Waters 2014-03-27 22:02:22 +11:00
parent e356088f15
commit c6e02d79ed

View file

@ -1020,7 +1020,6 @@ case $host in
;;
*)
AC_MSG_WARN([Don't know how to check for OpenGL on your platform.])
exit 1
;;
esac