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

List:       kde-commits
Subject:    KDE/kdegames
From:       Andras Mantia <amantia () kde ! org>
Date:       2005-07-07 7:29:23
Message-ID: 1120721363.466848.17714.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 432391 by amantia:

Build. LIB_ARTS was not defined...

 M  +18 -0     configure.in.in  


--- trunk/KDE/kdegames/configure.in.in #432390:432391
@@ -14,3 +14,21 @@
 	AC_SUBST(LIB_KDEGAMES, "-lkdegames")
 	AC_SUBST(LIB_KDEGAMES_DEP, "")
 fi
+
+artsc_config_test_path=$prefix/bin:$exec_prefix/bin:$KDEDIR/bin:$PATH
+AC_PATH_PROG(ARTSCCONFIG, artsc-config, no, $artsc_config_test_path)
+
+if test "x$build_arts" = "xyes" && test "x$ARTSCCONFIG" != "xno" ; then
+        LIB_ARTS="-lartskde"
+        ARTS_PREFIX=[`$ARTSCCONFIG --arts-prefix`]
+        ARTS_CFLAGS="-I$ARTS_PREFIX/include/arts"
+        AC_DEFINE(HAVE_ARTS, 1, [have arts support in juk])
+else
+        build_arts="no"
+        LIB_ARTS=""
+        ARTS_CFLAGS=""
+        AC_DEFINE(HAVE_ARTS, 0, [no arts support in juk])
+fi
+
+AC_SUBST(LIB_ARTS)
+AC_SUBST(ARTS_CFLAGS)
[prev in list] [next in list] [prev in thread] [next in thread] 

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