View | Details | Raw Unified
Collapse All | Expand All

(-) kscd-3.5.6/configure.in.in.orig (-1 / +1 lines)
 Lines 328-334    Link Here 
  dnl but if we find arts we need the include
  dnl but if we find arts we need the include
  dnl path for it.
  dnl path for it.
  if test x$kde_artsplug_compiles = xyes; then
  if test "x$build_arts" = "xyes" && test x$kde_artsplug_compiles = xyes; then
    ARTSC_INCLUDE=`${ARTSCCONFIG} --cflags`
    ARTSC_INCLUDE=`${ARTSCCONFIG} --cflags`
    AC_MSG_RESULT([arts includes... $ARTSC_INCLUDE])
    AC_MSG_RESULT([arts includes... $ARTSC_INCLUDE])
    AC_SUBST(ARTSC_INCLUDE)
    AC_SUBST(ARTSC_INCLUDE)