use a customized configure macro to tell the script that uCLinux does not have fork() that works

drop all startup options and code related to forking if it is not available


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@40790 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Kevin P. Fleming
2006-08-21 20:12:18 +00:00
parent ca0a1d3842
commit a394f4ad64
4 changed files with 83 additions and 8 deletions

View File

@@ -198,7 +198,7 @@ AC_CHECK_TYPES([ptrdiff_t])
AC_FUNC_CHOWN
AC_FUNC_CLOSEDIR_VOID
AC_FUNC_ERROR_AT_LINE
AC_FUNC_FORK
AST_FUNC_FORK
AC_FUNC_FSEEKO
AC_PROG_GCC_TRADITIONAL
# XXX: these are commented out until we determine whether it matters if our malloc()