From 10a00664e344fd8d8bb2089c5e8a43a62050a5ed Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Tue, 10 Jun 2003 20:15:07 +0000 Subject: [PATCH] opteron-no-modversions-ia32-sys-call-table-fun-20030610 attempt to deal if modversions is disabled --- acinclude.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/acinclude.m4 b/acinclude.m4 index 0ee71a15c..c1d3d2ac3 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -178,6 +178,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 -- 2.39.5