summaryrefslogtreecommitdiff
blob: fd9c0a5872e505e84b34924210c2c0c233603e48 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- kscd-3.5.6/configure.in.in.orig	2007-03-18 00:52:38.000000000 -0100
+++ kscd-3.5.6/configure.in.in	2007-03-18 01:02:16.000000000 -0100
@@ -328,7 +328,7 @@
   dnl but if we find arts we need the include
   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`
     AC_MSG_RESULT([arts includes... $ARTSC_INCLUDE])
     AC_SUBST(ARTSC_INCLUDE)