Twas brillig at 13:01:21 05.01.2010 UTC+11 when [email protected] did gyre 
and gimble:

 >> +    AM_CONDITIONAL(KDRIVE_KBD, test x$KDRIVE_KBD = xyes)
 >> +    if test x$KDRIVE_KBD = xyes; then
 >> +       AC_DEFINE(KDRIVE_KBD, 1, [Enable KDrive kbd driver])
 >> +    fi
 >> +    AM_CONDITIONAL(KDRIVE_EVDEV, test x$KDRIVE_EVDEV = xyes)
 >> +    if test x$KDRIVE_EVDEV = xyes; then
 >> +       AC_DEFINE(KDRIVE_EVDEV, 1, [Enable KDrive evdev driver])
 >> +    fi
 >> +    AM_CONDITIONAL(KDRIVE_MOUSE, test x$KDRIVE_MOUSE = xyes)
 >> +    if test x$KDRIVE_MOUSE = xyes; then
 >> +       AC_DEFINE(KDRIVE_MOUSE, 1, [Enable KDrive mouse driver])
 >> +    fi
 >> +
 >>      XEPHYR_REQUIRED_LIBS="x11 $LIBXEXT xfont xau xdmcp"
 >>      if test "x$XV" = xyes; then
 >>          XEPHYR_REQUIRED_LIBS="$XEPHYR_REQUIRED_LIBS xv"

 DS> AM_CONDITIONALs must always be at the top level; AC_DEFINEs are
 DS> okay tho.

Adjusted in-place. Thanks.

-- 
  http://fossarchy.blogspot.com/

Attachment: pgpDo3Jm8O2jr.pgp
Description: PGP signature

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to