Mercurial > hg > xemacs-beta
diff configure.ac @ 4848:bde90bc762f2
Remove support for non-pdump on Cygwin.
See xemacs-patches message
<870180fe1001130949m2b4b3f08k198e360f56b7ac45@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Wed, 13 Jan 2010 10:50:47 -0700 |
parents | 1d775c6304d1 |
children | a6c778975d7d 8b63e21b0436 |
line wrap: on
line diff
--- a/configure.ac Wed Jan 13 06:02:42 2010 -0600 +++ b/configure.ac Wed Jan 13 10:50:47 2010 -0700 @@ -1442,7 +1442,7 @@ case "$opsys" in linux* ) with_pdump=yes ;; dnl glibc 2.3.1 seems to hose unexec darwin ) with_pdump=yes ;; dnl No "native" working dumper available - cygwin* ) with_pdump=yes ;; dnl unexec is broken + cygwin* ) with_pdump=yes ;; dnl No "native" dumper available * ) with_pdump=no ;; esac fi