CVS update by aidan xemacs ...

xemacs-cvs at xemacs.org xemacs-cvs at xemacs.org
Mon Dec 11 08:32:43 EST 2006


  User: aidan   
  Date: 06/12/11 14:32:43

  Modified:    xemacs   ChangeLog configure.ac
Log:
Default to not using Motif with Cygwin--thank you Volker Zell.

Revision  Changes    Path
1.515     +4 -0      XEmacs/xemacs/ChangeLog

Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/ChangeLog,v
retrieving revision 1.514
retrieving revision 1.515
diff -u -p -r1.514 -r1.515
--- ChangeLog	2006/12/08 07:39:22	1.514
+++ ChangeLog	2006/12/11 13:32:40	1.515
@@ -1,3 +1,7 @@
+2006-12-06  Dr. Volker Zell  <Dr.Volker.Zell at oracle.com> 
+ 
+	* configure.ac: Avoid using Motif for cygwin. 
+
 2006-11-23  Mike Sperber  <mike at xemacs.org>
 
 	* configure.ac (XE_EXPAND_VARIABLE): Fully expand the various



1.51      +1 -1      XEmacs/xemacs/configure.ac

Index: configure.ac
===================================================================
RCS file: /pack/xemacscvs/XEmacs/xemacs/configure.ac,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -p -r1.50 -r1.51
--- configure.ac	2006/12/08 07:39:23	1.50
+++ configure.ac	2006/12/11 13:32:41	1.51
@@ -4335,7 +4335,7 @@ dnl Not all toolkits support all widgets
 
 dnl Avoid using Motif :-(
 case "$opsys" in
-  *linux* | *darwin* | *bsd* )  lucid_prefers_motif="no"  ;;
+  *linux* | *darwin* | *bsd* | *cygwin* )  lucid_prefers_motif="no"  ;;
   * )        lucid_prefers_motif="yes" ;;
 esac
 





More information about the XEmacs-CVS mailing list