[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdeextragear-2
From:       Dario Abatianni <eisfuchs () tigress ! com>
Date:       2004-04-25 10:22:46
Message-ID: 20040425102246.EEB069A38 () office ! kde ! org
[Download RAW message or body]

CVS commit by abatianni: 

Fix by dirk for arts detection


  M +6 -0      configure.in.in   1.5
  M +0 -20     kmplayer/configure.in.in   1.21


--- kdeextragear-2/configure.in.in  #1.4:1.5
@@ -2,4 +2,10 @@
 CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS"
 
+if test "$build_arts" = "yes"; then
+    AC_DEFINE(USE_ARTS, 1, [If we use arts volume])
+    LIB_ARTS="-lartskde"
+    AC_SUBST(LIB_ARTS)
+fi
+
 KDE_INIT_DOXYGEN([The API Reference], [Version $VERSION])
 

--- kdeextragear-2/kmplayer/configure.in.in  #1.20:1.21
@@ -1,24 +1,4 @@
 #AM_INIT_AUTOMAKE(kmplayer,0.8.2)
 
-if test "$build_arts" = "no"; then
-    not_want_arts_volume="yes"
-else
-        AC_MSG_CHECKING(if arts volume support is wanted)
-        AC_ARG_ENABLE(arts-volume,
-                [  --disable-arts-volume   disable arts volume support],
-                [if test "$enableval" != yes; then
-                       AC_MSG_RESULT(no)
-                       not_want_arts_volume="yes"
-                 else
-                       AC_MSG_RESULT(yes)
-                 fi], [AC_MSG_RESULT(yes); not_want_arts_volume="no"])
-fi
-
-if test "$not_want_arts_volume" != "yes"; then
-        AC_DEFINE(USE_ARTS, 1, [If we use arts volume])
-        LIB_ARTS="-lartskde"
-        AC_SUBST(LIB_ARTS)
-fi
-
 AC_MSG_CHECKING(if koffice-plugin support is wanted)
 AC_ARG_ENABLE(koffice-plugin,


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic