Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 274292 | Differences between
and this patch

Collapse All | Expand All

(-)CEGUI-0.5.0/acinclude.m4 (-1 / +1 lines)
Lines 293-299 Link Here
293
            if test x$cegui_with_il_lib = xyes -a x$cegui_with_ilu_lib = xyes ; then 
293
            if test x$cegui_with_il_lib = xyes -a x$cegui_with_ilu_lib = xyes ; then 
294
                AC_MSG_NOTICE([Image loading via DevIL by OpenGL renderer enabled])
294
                AC_MSG_NOTICE([Image loading via DevIL by OpenGL renderer enabled])
295
                DevIL_CFLAGS="-DUSE_DEVIL_LIBRARY"
295
                DevIL_CFLAGS="-DUSE_DEVIL_LIBRARY"
296
                DevIL_LIBS="-LIL -lILU"
296
                DevIL_LIBS="-lIL -lILU"
297
                AC_SUBST(DevIL_CFLAGS)
297
                AC_SUBST(DevIL_CFLAGS)
298
                AC_SUBST(DevIL_LIBS)
298
                AC_SUBST(DevIL_LIBS)
299
                cegui_with_devil=yes
299
                cegui_with_devil=yes

Return to bug 274292