Made a workaround to not use the sh_access
The sh_access was defined to two arguments Made a workaround to not use the sh_access that was outputting the error. Not ideal, but it will hopefully compile on Arch Linux Also added mksh for compatibility Ksh is unmaintained in the Arch User Repository Signed-off-by: Nilton Perim Neto <niltonperimneto@gmail.com>
This commit is contained in:
@@ -378,7 +378,10 @@ AC_PATH_PROG(KSH, ksh)
|
||||
if test -z "$ac_cv_path_KSH"; then
|
||||
AC_PATH_PROG(KSH, ksh93)
|
||||
if test -z "$ac_cv_path_KSH"; then
|
||||
MISSING_PROGS="[ksh or ksh93] ${MISSING_PROGS}"
|
||||
AC_PATH_PROG(KSH, mksh)
|
||||
if test -z "$ac_cv_path_KSH"; then
|
||||
MISSING_PROGS="[ksh or ksh93] ${MISSING_PROGS}"
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user