From 94735f0ad7f67c56afa1513381c73e8f62cd44fc Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 6 May 2013 00:22:27 -0400 Subject: Remove use of vfork(). GCC was giving us warnings, most OS's now just run fork() when you call vfork(), and looking at the standard definition of vfork() we are a long way from using it safely anyway: you're not allowed to even call a function before you exec(). --- configure.ac | 1 - 1 file changed, 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 45b201c..7b70f04 100644 --- a/configure.ac +++ b/configure.ac @@ -153,7 +153,6 @@ AC_CHECK_FUNCS([strcasecmp strncasecmp strcmpi strncmpi stricmp strnicmp]) AC_FUNC_STRCOLL AC_FUNC_ALLOCA -AC_FUNC_FORK([]) AC_FUNC_CLOSEDIR_VOID # See if the user wants to add (or not) GNU Guile support -- cgit v1.2.3