From 1bd76f6fe56f231d5fbc271cc7768c519058890e Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Thu, 5 Dec 2002 00:43:46 +0000 Subject: [PATCH] deal-with-non-modversioned-non-exported-sys-call-table-20021204 test was incorrect --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index c5bbdd1963..3c6ac7f7aa 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