From 79e12078851ae92684f019fe85005ca665a00bff Mon Sep 17 00:00:00 2001 From: Dave Love Date: Sat, 12 Feb 2000 16:21:43 +0000 Subject: [PATCH] Use AC_FUNC_VFORK. --- configure.in | 2 ++ 1 file changed, 2 insertions(+) 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" -- 2.39.5