Mercurial > hg > xemacs-beta
comparison configure.ac @ 4851:5fea88c726f7
merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Wed, 13 Jan 2010 13:17:02 -0600 |
parents | bde90bc762f2 |
children | a6c778975d7d 8b63e21b0436 |
comparison
equal
deleted
inserted
replaced
4850:2727d0d8ef07 | 4851:5fea88c726f7 |
---|---|
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 |