On Sat, 5 Jan 2008, Enlightenment CVS wrote:

> ===================================================================
> RCS file: /cvs/e/e17/apps/emphasis/configure.in,v
> retrieving revision 1.16
> retrieving revision 1.17
> diff -u -3 -r1.16 -r1.17
> --- configure.in      23 Mar 2007 12:57:12 -0000      1.16
> +++ configure.in      5 Jan 2008 15:47:29 -0000       1.17
> @@ -80,6 +80,10 @@
> then
>       libmpd_v_cflags="-DLIBMPD_0_12_4"
> fi
> +if `pkg-config --atleast-version=0.13 libmpd`

I think that PKG_CHECK_MODULES(LIBMPD, libmpd >= 0.13, toto, tata)

is what you want.

> +then
> +     libmpd_v_cflags="${libmpd_v_cflags} -DLIBMPD_0_13"
> +fi
> AC_SUBST(libmpd_v_cflags)

Vincent

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to