Mercurial > hg > xemacs-beta
diff configure @ 2389:df0455455d17
[xemacs-hg @ 2004-11-14 12:31:09 by crestani]
Make pdump default for Cygwin.
author | crestani |
---|---|
date | Sun, 14 Nov 2004 12:31:12 +0000 |
parents | ecf1ebac70d8 |
children | 515786aa760a |
line wrap: on
line diff
--- a/configure Sun Nov 14 12:20:00 2004 +0000 +++ b/configure Sun Nov 14 12:31:12 2004 +0000 @@ -1575,7 +1575,7 @@ if test -z "$pdump"; then case "$opsys" in - linux* ) pdump=yes ;; darwin ) pdump=yes ;; * ) pdump=no ;; + linux* ) pdump=yes ;; darwin ) pdump=yes ;; cygwin* ) pdump=yes ;; * ) pdump=no ;; esac fi