Enlightenment CVS committal

Author  : lok
Project : e17
Module  : apps/emphasis

Dir     : e17/apps/emphasis


Modified Files:
        configure.in 


Log Message:
Revert change on libmpd support.
Back to the libmpd >= 0.12.0 depedency.

===================================================================
RCS file: /cvs/e/e17/apps/emphasis/configure.in,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -3 -r1.12 -r1.13
--- configure.in        9 Mar 2007 18:23:17 -0000       1.12
+++ configure.in        18 Mar 2007 17:18:17 -0000      1.13
@@ -61,6 +61,14 @@
 etk_prefix="\"`etk-config --prefix`/share/etk\""
 AC_DEFINE_UNQUOTED(ETK_PACKAGE_DATA_DIR, $etk_prefix, [Data dir for etk lib.])
 
+libmpd_v_cflags=""
+if `pkg-config --atleast-version=0.12.4 libmpd`
+then
+       libmpd_v_cflags="-DLIBMPD_0_12_4"
+fi
+AC_SUBST(libmpd_v_cflags)
+
+
 m4_include(m4/ac_path_efl.m4)
 AC_CHECK_FUNCS(strndup)
 AC_CHECK_LIB(pthread, pthread_create)
@@ -68,7 +76,7 @@
 AC_PATH_EFL(etk, 0.1.0.002, [AM_CONDITIONAL(HAVE_ETK, true)])
 AC_PATH_GENERIC(enhance, 0.0.1, [AM_CONDITIONAL(HAVE_ENHANCE, true)])
 AC_PATH_GENERIC(XML2, 2.6.0, [AM_CONDITIONAL(HAVE_XML2, true)])
-PKG_CHECK_MODULES(libmpd, libmpd >= 0.12.4, [AM_CONDITIONAL(HAVE_LIBMPD, 
true)]) 
+PKG_CHECK_MODULES(libmpd, libmpd >= 0.12.0, [AM_CONDITIONAL(HAVE_LIBMPD, 
true)]) 
 
 AC_OUTPUT([
 Makefile



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to