diff options
author | Christopher Faylor <me@cgf.cx> | 2008-02-14 00:49:47 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-02-14 00:49:47 +0000 |
commit | 46162537516c5e5fbbae1f26ab4d4937a9ddf6f7 (patch) | |
tree | 89b9bea32d2c655310173e3e66025eeaa29a38f6 /winsup/cygwin/configure.in | |
parent | b40597cb2e915d2703b258a04a45292f2d1ed4ed (diff) | |
download | cygnal-46162537516c5e5fbbae1f26ab4d4937a9ddf6f7.tar.gz cygnal-46162537516c5e5fbbae1f26ab4d4937a9ddf6f7.tar.bz2 cygnal-46162537516c5e5fbbae1f26ab4d4937a9ddf6f7.zip |
* configure.in: Remove non-working options.
* configure: Regenerate.
Diffstat (limited to 'winsup/cygwin/configure.in')
-rw-r--r-- | winsup/cygwin/configure.in | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/winsup/cygwin/configure.in b/winsup/cygwin/configure.in index db6c51ff2..06124e90f 100644 --- a/winsup/cygwin/configure.in +++ b/winsup/cygwin/configure.in @@ -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 |