git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
c9f2a72
)
deal-with-non-modversioned-non-exported-sys-call-table-20021204
author
Nathan Neulinger
<nneul@umr.edu>
Thu, 5 Dec 2002 00:43:46 +0000 (
00:43
+0000)
committer
Derrick Brashear
<shadow@dementia.org>
Thu, 5 Dec 2002 00:43:46 +0000 (
00:43
+0000)
test was incorrect
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index
c5bbdd1
..
3c6ac7f
100644
(file)
--- a/
acinclude.m4
+++ b/
acinclude.m4
@@
-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