* configure.in: Remove non-working options.

* configure: Regenerate.
This commit is contained in:
Christopher Faylor 2008-02-14 00:49:47 +00:00
parent b40597cb2e
commit 4616253751
3 changed files with 3261 additions and 2226 deletions

View File

@ -1,3 +1,8 @@
2008-02-13 Christopher Faylor <me+cygwin@cgf.cx>
* configure.in: Remove non-working options.
* configure: Regenerate.
2008-02-13 Christopher Faylor <me+cygwin@cgf.cx>
* syscalls.cc (_isatty): Define as an alias to isatty to override

5463
winsup/cygwin/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -86,25 +86,6 @@ esac
])
MALLOC_OFILES=malloc.o
AC_ARG_ENABLE(malloc-debugging,
[ --enable-malloc-debugging Build a cygwin DLL with heap sanity checking (this is very slow, use only if you have heap corruption problems)],
[case "${enableval}" in
yes) AC_DEFINE(MALLOC_DEBUG)
MALLOC_OFILES=dlmalloc.o
;;
no) ;;
esac
])
AC_ARG_ENABLE(vfork,
[ --enable-vfork Build a cygwin DLL which uses experimental vfork code],
vfork="${enableval}"
])
case "$vfork" in
no) ;;
yes) AC_DEFINE_UNQUOTED(NEWVFORK) ;;
esac
dnl The only time we might want to transform the install names
dnl is for unix x cygwin. Otherwise we don't. For now we don't