From: Nathan Neulinger Date: Thu, 5 Dec 2002 00:45:26 +0000 (+0000) Subject: STABLE12-deal-with-non-modversioned-non-exported-sys-call-table-20021204 X-Git-Tag: openafs-stable-1_2_8~9 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=c2eea6cd0d9411c5b8ae5e11c0956e0c20fc554a;p=packages%2Fo%2Fopenafs.git STABLE12-deal-with-non-modversioned-non-exported-sys-call-table-20021204 fix broken test (cherry picked from commit 1bd76f6fe56f231d5fbc271cc7768c519058890e) --- diff --git a/acinclude.m4 b/acinclude.m4 index 9de45771f..5f0f74363 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