build: always check for fork() and clearenv()

these are used in places other than quicklaunch and must be correctly
detected in order for functionality to be enabled

@fix

Differential Revision: https://phab.enlightenment.org/D6517
This commit is contained in:
Mike Blumenkrantz 2018-07-05 20:05:19 -04:00 committed by Marcel Hollerbach
parent 36fc0ce77e
commit e91187d0a3
1 changed files with 1 additions and 3 deletions

View File

@ -5562,9 +5562,7 @@ AC_FUNC_ALLOCA
AC_CHECK_FUNCS([geteuid getuid getpwent])
if test "x${want_quicklaunch}" != "xno"; then
AC_CHECK_FUNCS([fork clearenv])
fi
AC_CHECK_FUNCS([fork clearenv])
build_quicklaunch="no"
if test "x${ac_cv_func_fork}" = "xyes" -a "x${efl_func_dlopen}" = "xyes"; then