Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
3737:7a1c4c523603 | 3738:23dd32cedb6a |
---|---|
4333 dnl Finish ensuring that we have values for the various toolkit items. | 4333 dnl Finish ensuring that we have values for the various toolkit items. |
4334 dnl Not all toolkits support all widgets | 4334 dnl Not all toolkits support all widgets |
4335 | 4335 |
4336 dnl Avoid using Motif :-( | 4336 dnl Avoid using Motif :-( |
4337 case "$opsys" in | 4337 case "$opsys" in |
4338 *linux* | *darwin* | *bsd* ) lucid_prefers_motif="no" ;; | 4338 *linux* | *darwin* | *bsd* | *cygwin* ) lucid_prefers_motif="no" ;; |
4339 * ) lucid_prefers_motif="yes" ;; | 4339 * ) lucid_prefers_motif="yes" ;; |
4340 esac | 4340 esac |
4341 | 4341 |
4342 case "$enable_menubars" in "" | "yes" | "athena" ) | 4342 case "$enable_menubars" in "" | "yes" | "athena" ) |
4343 enable_menubars="lucid" ;; | 4343 enable_menubars="lucid" ;; |