[PATCH] Move xdmxconfig modules into DMX conditionals (#25102)

Rémi Cardona remi at gentoo.org
Tue Nov 17 22:52:47 PST 2009


Le 18/11/2009 01:05, Peter Hutterer a écrit :
> diff --git a/configure.ac b/configure.ac
> index dda4f37..129589e 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1880,10 +1880,10 @@ AM_CONDITIONAL(XQUARTZ_SPARKLE, [test "x$XQUARTZ_SPARKLE" != "xno"])
>   AM_CONDITIONAL(STANDALONE_XPBPROXY, [test "x$STANDALONE_XPBPROXY" = xyes])
>
>   dnl DMX DDX
> -
>   PKG_CHECK_MODULES([DMXMODULES],
>       [xmuu $LIBXEXT x11 xrender xfixes xfont $LIBXI $DMXPROTO xau $XDMCP_MODULES],
> -    [have_dmx=yes], [have_dmx=no])
> +    PKG_CHECK_MODULES([XDMXCONFIG_DEP], [xaw7 xmu xt xpm x11], [have_dmx=yes],
> +                      [have_dmx=no]), [have_dmx=no])

I'd just shift the second [have_dmx=no] on a third line to make it 
easier to read but even without this :

Reviewed-by: Rémi Cardona <remi at gentoo.org>

Cheers,

Rémi


More information about the xorg-devel mailing list