From: Dave Love Date: Sat, 12 Feb 2000 16:21:43 +0000 (+0000) Subject: Use AC_FUNC_VFORK. X-Git-Tag: emacs-pretest-21.0.90~5041 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=79e12078851ae92684f019fe85005ca665a00bff;p=emacs.git Use AC_FUNC_VFORK. --- diff --git a/configure.in b/configure.in index f7f2f053731..aa729f8342f 100644 --- a/configure.in +++ b/configure.in @@ -1946,6 +1946,8 @@ else AC_MSG_RESULT(no) fi +AC_FUNC_VFORK + # Set up the CFLAGS for real compilation, so we can substitute it. CFLAGS="$REAL_CFLAGS"