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 <[email protected]> Cheers, Rémi _______________________________________________ xorg-devel mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-devel
