Browse Source

Added ILU in configure.in, now builds on linux

bart@bart 16 years ago
parent
commit
bea504af2b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      configure.in

+ 1 - 0
configure.in

@@ -22,6 +22,7 @@ AC_SEARCH_LIBS(
 	AC_MSG_ERROR([Can't LÖVE without Lua])
 )
 AC_SEARCH_LIBS([ilInit], [IL], [], AC_MSG_ERROR([Can't LÖVE without DevIL]))
+AC_SEARCH_LIBS([iluInit], [ILU], [], AC_MSG_ERROR([Can't LÖVE without ILU]))
 AC_SEARCH_LIBS([mng_initialize], [mng], [], AC_MSG_ERROR([DevIL needs MNG]))
 AC_SEARCH_LIBS([TIFFOpen], [tiff], [], AC_MSG_ERROR([DevIL needs TIFF]))
 AC_SEARCH_LIBS([FT_Load_Glyph], [freetype], [], AC_MSG_ERROR([Can't LÖVE without FreeType]))