Description: Replace included GLee with packaged version
 Disable use of included GLee, using the packaged version instead.
Author: Bas Wijnen <wijnen@debian.org>
Bug-Debian: http://bugs.debian.org/690492
Forwarded: no
Last-Update: 2012-10-14

Index: love-0.8.0/configure.in
===================================================================
--- love-0.8.0.orig/configure.in	2012-10-14 22:16:31.000000000 +0200
+++ love-0.8.0/configure.in	2012-10-14 22:31:15.232423281 +0200
@@ -13,6 +13,7 @@
 AC_SEARCH_LIBS([glLoadIdentity], [GL], [], AC_MSG_ERROR([Can't LÖVE without OpenGL]))
 #AC_SEARCH_LIBS([gluOrtho2D], [GLU], [], AC_MSG_ERROR([Can't LÖVE without OpenGL Utility Library]))
 AC_SEARCH_LIBS([alSourcePlay], [openal], [], AC_MSG_ERROR([Can't LÖVE without OpenAL]))
+AC_SEARCH_LIBS([GLeeInit], [glee], [], AC_MSG_ERROR([Can't LÖVE without GLee]))
 lua=lua
 AC_ARG_WITH([luajit],
 	    [AS_HELP_STRING([--with-luajit], [Use LuaJIT instead of lua and llvm-lua])],
