From c2eea6cd0d9411c5b8ae5e11c0956e0c20fc554a Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Thu, 5 Dec 2002 00:45:26 +0000 Subject: [PATCH] STABLE12-deal-with-non-modversioned-non-exported-sys-call-table-20021204 fix broken test (cherry picked from commit 1bd76f6fe56f231d5fbc271cc7768c519058890e) --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5