Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2001-05-21 23:13:48 +0400
committerChristopher Faylor <me@cgf.cx>2001-05-21 23:13:48 +0400
commit7cef8b61c42a058b0b53f329f6b791cc0bb83bf0 (patch)
tree50697bf884654c4b79bca1bec2570ff7be0d48f2 /winsup/cygwin/configure.in
parentf01fb5e796d22be855e3bfd4e382de62010e3701 (diff)
* configure.in: Allow --enable-newvfork to turn NEWVFORK on and off.
* configure: Regenerate.
Diffstat (limited to 'winsup/cygwin/configure.in')
-rw-r--r--winsup/cygwin/configure.in9
1 files changed, 5 insertions, 4 deletions
diff --git a/winsup/cygwin/configure.in b/winsup/cygwin/configure.in
index d8e91806b..1654da438 100644
--- a/winsup/cygwin/configure.in
+++ b/winsup/cygwin/configure.in
@@ -179,12 +179,13 @@ esac
AC_ARG_ENABLE(vfork,
[ --enable-vfork Build a cygwin DLL which uses experimental vfork code],
-[case "${enableval}" in
-yes) AC_DEFINE(NEWVFORK) ;;
-no) ;;
-esac
+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