From 9a438e624ea8771f790eb0e45bb65f7091681daf Mon Sep 17 00:00:00 2001 From: Steve Bennett Date: Fri, 10 Sep 2010 15:25:45 +1000 Subject: autoconf improvements Signed-off-by: Steve Bennett --- jim-posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jim-posix.c') diff --git a/jim-posix.c b/jim-posix.c index 1013121..7fedf66 100644 --- a/jim-posix.c +++ b/jim-posix.c @@ -37,7 +37,7 @@ static void Jim_PosixSetError(Jim_Interp *interp) Jim_SetResultString(interp, strerror(errno), -1); } -#ifdef HAVE_FORK +#if defined(HAVE_FORK) && !defined(HAVE_NO_FORK) static int Jim_PosixForkCommand(Jim_Interp *interp, int argc, Jim_Obj *const *argv) { pid_t pid; -- cgit v1.1