--- CEGUI-0.5.0/acinclude.m4 2009-06-16 13:14:56.000000000 +0400 +++ CEGUI-0.5.0a/acinclude.m4 2009-06-16 13:22:33.000000000 +0400 @@ -293,7 +293,7 @@ if test x$cegui_with_il_lib = xyes -a x$cegui_with_ilu_lib = xyes ; then AC_MSG_NOTICE([Image loading via DevIL by OpenGL renderer enabled]) DevIL_CFLAGS="-DUSE_DEVIL_LIBRARY" - DevIL_LIBS="-LIL -lILU" + DevIL_LIBS="-lIL -lILU" AC_SUBST(DevIL_CFLAGS) AC_SUBST(DevIL_LIBS) cegui_with_devil=yes