mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
deal-with-non-modversioned-non-exported-sys-call-table-20021204
test was incorrect
This commit is contained in:
parent
c9f2a72c91
commit
1bd76f6fe5
@ -150,7 +150,7 @@ case $system in
|
||||
LINUX_EXPORTS_TASKLIST_LOCK
|
||||
LINUX_NEED_RHCONFIG
|
||||
LINUX_WHICH_MODULES
|
||||
if test "$ac_cv_linux_config_modversions" = "xno"; then
|
||||
if test "x$ac_cv_linux_config_modversions" = "xno"; then
|
||||
AC_MSG_WARN([Cannot determine sys_call_table status. assuming it's exported])
|
||||
ac_cv_linux_exports_sys_call_table=yes
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user