Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e


Modified Files:
        configure.in 


Log Message:
KDE2 used EWMH.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/configure.in,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -3 -r1.60 -r1.61
--- configure.in        1 May 2003 17:00:40 -0000       1.60
+++ configure.in        12 Jul 2003 09:41:43 -0000      1.61
@@ -76,11 +76,11 @@
 AC_ARG_ENABLE(hints-gnome,
   [  --enable-hints-gnome    compile with GNOME(<2.0) hints support [default=yes]],, 
enable_hints_gnome=yes)
 AC_ARG_ENABLE(hints-kde,
-  [  --enable-hints-kde      compile with KDE(<3.0) hints support [default=no]],, 
enable_hints_kde=no)
+  [  --enable-hints-kde      compile with KDE(<2.0) hints support [default=no]],, 
enable_hints_kde=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
-if test "x$enable_hints_kde" = "xyes"; then AC_DEFINE(ENABLE_KDE, 1, [KDE(<3.0) 
Hints]) fi
+if test "x$enable_hints_kde" = "xyes"; then AC_DEFINE(ENABLE_KDE, 1, [KDE(<2.0) 
Hints]) fi
 AM_CONDITIONAL(ENABLE_EWMH, test "x$enable_hints_ewmh" = "xyes")
 AM_CONDITIONAL(ENABLE_GNOME, test "x$enable_hints_gnome" = "xyes")
 AM_CONDITIONAL(ENABLE_KDE, test "x$enable_hints_kde" = "xyes")




-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to