mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 13:38:01 +00:00
amd64-hook-ia32-table-20030519
if sys_call_table is exported and ia32_sys_call_table isn't, we need it this way
This commit is contained in:
parent
2acd0d9937
commit
718f25e62e
@ -201,6 +201,8 @@ case $system in
|
|||||||
if test "x$linux_syscall_method" = "xnone"; then
|
if test "x$linux_syscall_method" = "xnone"; then
|
||||||
AC_MSG_ERROR([no available sys_call_table access method])
|
AC_MSG_ERROR([no available sys_call_table access method])
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
fi
|
||||||
if test "x$ac_cv_linux_exports_sys_chdir" = "xyes" ; then
|
if test "x$ac_cv_linux_exports_sys_chdir" = "xyes" ; then
|
||||||
AC_DEFINE(EXPORTED_SYS_CHDIR, 1, [define if your linux kernel exports sys_chdir])
|
AC_DEFINE(EXPORTED_SYS_CHDIR, 1, [define if your linux kernel exports sys_chdir])
|
||||||
fi
|
fi
|
||||||
@ -210,8 +212,6 @@ case $system in
|
|||||||
if test "x$ac_cv_linux_exports_sys_wait4" = "xyes" ; then
|
if test "x$ac_cv_linux_exports_sys_wait4" = "xyes" ; then
|
||||||
AC_DEFINE(EXPORTED_SYS_WAIT4, 1, [define if your linux kernel exports sys_wait4])
|
AC_DEFINE(EXPORTED_SYS_WAIT4, 1, [define if your linux kernel exports sys_wait4])
|
||||||
fi
|
fi
|
||||||
fi
|
|
||||||
fi
|
|
||||||
if test "x$ac_cv_linux_exports_tasklist_lock" = "xyes" ; then
|
if test "x$ac_cv_linux_exports_tasklist_lock" = "xyes" ; then
|
||||||
AC_DEFINE(EXPORTED_TASKLIST_LOCK, 1, [define if your linux kernel exports tasklist_lock])
|
AC_DEFINE(EXPORTED_TASKLIST_LOCK, 1, [define if your linux kernel exports tasklist_lock])
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user