From 573e001be52f3e60c29c0a8bf661c47038872984 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 26 Apr 2005 22:26:12 +0000 Subject: [PATCH] remove leftover test --- build/autoconf/lustre-build-linux.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/autoconf/lustre-build-linux.m4 b/build/autoconf/lustre-build-linux.m4 index 8c08893..c6a78de 100644 --- a/build/autoconf/lustre-build-linux.m4 +++ b/build/autoconf/lustre-build-linux.m4 @@ -319,6 +319,5 @@ LC_PROG_LINUX # AM_CONDITIONALS for linux # AC_DEFUN([LB_LINUX_CONDITIONALS], -[AM_CONDITIONAL(INKERNEL, test x$enable_inkernel = xyes) -AM_CONDITIONAL(LINUX25, test x$linux25 = xyes) +[AM_CONDITIONAL(LINUX25, test x$linux25 = xyes) ]) -- 1.8.3.1