From: Nathan Neulinger Date: Thu, 5 Dec 2002 00:43:46 +0000 (+0000) Subject: deal-with-non-modversioned-non-exported-sys-call-table-20021204 X-Git-Tag: openafs-devel-1_3_50~476 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=1bd76f6fe56f231d5fbc271cc7768c519058890e;p=packages%2Fo%2Fopenafs.git deal-with-non-modversioned-non-exported-sys-call-table-20021204 test was incorrect --- diff --git a/acinclude.m4 b/acinclude.m4 index c5bbdd196..3c6ac7f7a 100644 --- 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