Mercurial > hg > xemacs-beta
comparison 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 |
comparison
equal
deleted
inserted
replaced
4847:05c519de7353 | 4848:bde90bc762f2 |
---|---|
1440 | 1440 |
1441 if test -z "$with_pdump"; then | 1441 if test -z "$with_pdump"; then |
1442 case "$opsys" in | 1442 case "$opsys" in |
1443 linux* ) with_pdump=yes ;; dnl glibc 2.3.1 seems to hose unexec | 1443 linux* ) with_pdump=yes ;; dnl glibc 2.3.1 seems to hose unexec |
1444 darwin ) with_pdump=yes ;; dnl No "native" working dumper available | 1444 darwin ) with_pdump=yes ;; dnl No "native" working dumper available |
1445 cygwin* ) with_pdump=yes ;; dnl unexec is broken | 1445 cygwin* ) with_pdump=yes ;; dnl No "native" dumper available |
1446 * ) with_pdump=no ;; | 1446 * ) with_pdump=no ;; |
1447 esac | 1447 esac |
1448 fi | 1448 fi |
1449 | 1449 |
1450 if test "$with_newgc" = "yes"; then | 1450 if test "$with_newgc" = "yes"; then |