Mercurial > hg > xemacs-beta
changeset 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 | 7a1c4c523603 |
children | 6d4dc9ec7240 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Dec 11 12:40:02 2006 +0000 +++ b/ChangeLog Mon Dec 11 13:32:41 2006 +0000 @@ -1,3 +1,7 @@ +2006-12-06 Dr. Volker Zell <Dr.Volker.Zell@oracle.com> + + * configure.ac: Avoid using Motif for cygwin. + 2006-11-23 Mike Sperber <mike@xemacs.org> * configure.ac (XE_EXPAND_VARIABLE): Fully expand the various
--- 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