Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
EWM hint support is no longer optional. Split off hints.h.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -3 -r1.127 -r1.128
--- configure.in        22 Oct 2005 11:48:57 -0000      1.127
+++ configure.in        27 Oct 2005 23:18:33 -0000      1.128
@@ -80,9 +80,6 @@
   [  --enable-sound          compile with sound support [default=yes]],,
   enable_sound=yes)
 
-AC_ARG_ENABLE(hints-ewmh,
-  [  --enable-hints-ewmh     compile with Extended Window Manager Hints 
support [default=yes]],,
-  enable_hints_ewmh=yes)
 AC_ARG_ENABLE(hints-gnome,
   [  --enable-hints-gnome    compile with GNOME(<2.0) hints support 
[default=no]],,
   enable_hints_gnome=no)
@@ -91,13 +88,9 @@
   [  --enable-ecore-x        use ecore-x interface to X11 [default=no]],,
   enable_ecore_x=no)
 
-if test "x$enable_hints_ewmh" = "xyes"; then
-  AC_DEFINE(ENABLE_EWMH, 1, [Extended Window Manager Hints])
-fi
 if test "x$enable_hints_gnome" = "xyes"; then
   AC_DEFINE(ENABLE_GNOME, 1, [GNOME(<2.0) Hints])
 fi
-AM_CONDITIONAL(ENABLE_EWMH, test "x$enable_hints_ewmh" = "xyes")
 AM_CONDITIONAL(ENABLE_GNOME, test "x$enable_hints_gnome" = "xyes")
 
 dnl The following test must come after AM_GNU_GETTEXT as it relies on




-------------------------------------------------------
This SF.Net email is sponsored by the JBoss Inc.
Get Certified Today * Register for a JBoss Training Course
Free Certification Exam for All Training Attendees Through End of 2005
Visit http://www.jboss.com/services/certification for more information
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to