Mercurial > hg > xemacs-beta
diff configure.ac @ 3738:23dd32cedb6a
[xemacs-hg @ 2006-12-11 13:32:40 by aidan]
Default to not using Motif with Cygwin--thank you Volker Zell.
author | aidan |
---|---|
date | Mon, 11 Dec 2006 13:32:41 +0000 |
parents | 96cba27916dd |
children | 6d4dc9ec7240 |
line wrap: on
line diff
--- a/configure.ac Mon Dec 11 12:40:02 2006 +0000 +++ b/configure.ac Mon Dec 11 13:32:41 2006 +0000 @@ -4335,7 +4335,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