[21.5] Avoid using Motif for cygwin

Dr. Volker Zell Dr.Volker.Zell at oracle.com
Wed Dec 6 05:39:10 EST 2006


2006-12-06  Dr. Volker Zell  <Dr.Volker.Zell at oracle.com>

	* configure.ac: Avoid using Motif for cygwin.
	
--- configure.ac.orig	2006-12-06 11:17:49.081171200 +0100
+++ configure.ac	2006-12-06 11:25:31.135572800 +0100
@@ -4310,7 +4310,7 @@
 
 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-Patches mailing list