* configure.in: Allow --enable-newvfork to turn NEWVFORK on and off.

* configure: Regenerate.
This commit is contained in:
Christopher Faylor
2001-05-21 19:13:48 +00:00
parent f01fb5e796
commit 7cef8b61c4
3 changed files with 23 additions and 16 deletions

View File

@@ -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