git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b609b80
)
opteron-no-modversions-ia32-sys-call-table-fun-20030610
author
Derrick Brashear
<shadow@dementia.org>
Tue, 10 Jun 2003 20:15:07 +0000 (20:15 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Tue, 10 Jun 2003 20:15:07 +0000 (20:15 +0000)
attempt to deal if modversions is disabled
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index
0ee71a1
..
c1d3d2a
100644
(file)
--- 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