From 46162537516c5e5fbbae1f26ab4d4937a9ddf6f7 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 14 Feb 2008 00:49:47 +0000 Subject: * configure.in: Remove non-working options. * configure: Regenerate. --- winsup/cygwin/configure.in | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'winsup/cygwin/configure.in') 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 -- cgit v1.2.3