Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e
Modified Files:
configure.in
Log Message:
Shuffle around some event handling code (arrange according to event number).
Skip one level of event handling functions.
Show annoying message about RandR screen size change, if enabled.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -3 -r1.83 -r1.84
--- configure.in 13 Mar 2004 15:34:20 -0000 1.83
+++ configure.in 13 Mar 2004 22:49:47 -0000 1.84
@@ -186,9 +186,9 @@
fi
AC_SUBST(XVM_LIBS)
-AC_ARG_ENABLE(randr,
- [ --enable-randr compile with RandR support [default=no]],
,enable_randr=no)
-if test "x$enable_randr" = "xyes"; then
+AC_ARG_ENABLE(xrandr,
+ [ --enable-xrandr compile with RandR support [default=no]],
,enable_xrandr=no)
+if test "x$enable_xrandr" = "xyes"; then
AC_CHECK_LIB(Xrandr, XRRQueryExtension,
AC_DEFINE(HAS_XRANDR, 1, [RandR support]) XRANDR_LIBS=-lXrandr, ,$X_LIBS)
AC_CHECK_HEADERS(X11/extensions/Xrandr.h)
-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs