From: Derrick Brashear Date: Tue, 10 Jun 2003 20:15:42 +0000 (+0000) Subject: STABLE12-opteron-no-modversions-ia32-sys-call-table-fun-20030610 X-Git-Tag: openafs-stable-1_2_10~41 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=b2e54d13fc6bf9a4dce8cab43e09f561e319cf9f;p=packages%2Fo%2Fopenafs.git STABLE12-opteron-no-modversions-ia32-sys-call-table-fun-20030610 attempt to deal if modversions is disabled (cherry picked from commit 10a00664e344fd8d8bb2089c5e8a43a62050a5ed) --- diff --git a/acinclude.m4 b/acinclude.m4 index fb52faa51..c7951229a 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -167,6 +167,9 @@ case $system in 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 + if test -f "$LINUX_KERNEL_PATH/include/asm/ia32_unistd.h"; then + ac_cv_linux_exports_ia32_sys_call_table=yes + fi else LINUX_EXPORTS_INIT_MM LINUX_EXPORTS_KALLSYMS_ADDRESS