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

(cherry picked from commit 1bd76f6fe56f231d5fbc271cc7768c519058890e)

acinclude.m4

index 9de45771fbfc9391ce832a1ad5b4b39ccb65d25a..5f0f7436351e101fc6cf39ab8fd442c9f85c3721 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