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

List:       kde-commits
Subject:    kdeextragear-1/amarok
From:       Stephan Kulow <coolo () kde ! org>
Date:       2004-09-01 9:10:27
Message-ID: 20040901091027.CA5CE1EFF () office ! kde ! org
[Download RAW message or body]

CVS commit by coolo: 

you guys should learn how to steal 


  M +19 -1     configure.in.in   1.67


--- kdeextragear-1/amarok/configure.in.in  #1.66:1.67
@@ -434,5 +434,23 @@
 ###############################################################################
 
-KDE_CHECK_HEADER(tunepimp/tp_c.h, have_musicbrainz=yes, have_musicbrainz=no)
+AC_LANG_SAVE
+AC_LANG_CPLUSPLUS
+AC_MSG_CHECKING(for tunepimp)
+AC_TRY_COMPILE([
+#include <tunepimp/tp_c.h>
+], [
+  tunepimp_t m_pimp;
+  tp_AddFile(m_pimp, "myfile");
+  return 0;
+],
+[
+  AC_MSG_RESULT(yes)
+  have_musicbrainz=yes
+],
+[
+  AC_MSG_RESULT(no)
+  have_musicbrainz=no
+])
+AC_LANG_RESTORE
 
 if test x$have_musicbrainz = xyes; then


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

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