]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
deal-with-non-modversioned-non-exported-sys-call-table-20021204
authorNathan Neulinger <nneul@umr.edu>
Thu, 5 Dec 2002 00:43:46 +0000 (00:43 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 5 Dec 2002 00:43:46 +0000 (00:43 +0000)
test was incorrect

acinclude.m4

index c5bbdd19637d3b2d56d6c92380201d2e53190d33..3c6ac7f7aa9f09c455c81eaa16953c41b8c4a09a 100644 (file)
@@ -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