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

Collapse All | Expand All

(-)kdemultimedia-kioslaves/configure.in.in.orig (-1 / +1 lines)
Lines 397-403 Link Here
397
  dnl but if we find arts we need the include
397
  dnl but if we find arts we need the include
398
  dnl path for it.
398
  dnl path for it.
399
399
400
  if test x$kde_artsplug_compiles = xyes; then
400
  if test "x$build_arts" = "xyes" && test x$kde_artsplug_compiles = xyes; then
401
    ARTSC_INCLUDE=`${ARTSCCONFIG} --cflags`
401
    ARTSC_INCLUDE=`${ARTSCCONFIG} --cflags`
402
    AC_MSG_RESULT([arts includes... $ARTSC_INCLUDE])
402
    AC_MSG_RESULT([arts includes... $ARTSC_INCLUDE])
403
    AC_SUBST(ARTSC_INCLUDE)
403
    AC_SUBST(ARTSC_INCLUDE)

Return to bug 170388