Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85581
Collapse All | Expand All

(-)kdeartwork-3.3.92.orig/kscreensaver/configure.in.in (-1 / +1 lines)
Lines 32-38 Link Here
32
AC_HAVE_GL( have_gl=yes, have_gl=no )
32
AC_HAVE_GL( have_gl=yes, have_gl=no )
33
33
34
AM_CONDITIONAL(COMPILE_GL_XSAVERS, test x$have_gl = xyes)
34
AM_CONDITIONAL(COMPILE_GL_XSAVERS, test x$have_gl = xyes)
35
AM_CONDITIONAL(COMPILE_GL_KSAVERS, test x$ac_cv_kde_qt_has_opengl = xyes)
35
AM_CONDITIONAL(COMPILE_GL_KSAVERS, test x$have_gl = xyes && test x$ac_cv_kde_qt_has_opengl = xyes)
36
AM_CONDITIONAL(COMPILE_X11_KSAVERS, test "x$ac_x_includes" != x && test "x$ac_x_libraries" != x)
36
AM_CONDITIONAL(COMPILE_X11_KSAVERS, test "x$ac_x_includes" != x && test "x$ac_x_libraries" != x)
37
AM_CONDITIONAL(COMPILE_ARTS_KSAVERS, test x$have_arts = xyes)
37
AM_CONDITIONAL(COMPILE_ARTS_KSAVERS, test x$have_arts = xyes)
38
38

Return to bug 85581