From 1ff2d7329c99852bfbaf8dcd19f8e2f2e4fe8fea Mon Sep 17 00:00:00 2001 From: Mike Meffie Date: Tue, 14 Oct 2008 15:38:41 +0000 Subject: [PATCH] DEVEL15-linux-alt-builddir-fix-20081014 LICENSE IPL10 FIXES 121650 correct the if test to include missing x (cherry picked from commit 9be6b92a17ebe1d125e13c1cbd7bce620e7672ce) --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 2205bf11d..591694785 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -343,7 +343,7 @@ case $system in LINUX_KERNEL_PATH="/usr/src/linux" fi fi - if test "$with_linux_kernel_build" != "x"; then + if test "x$with_linux_kernel_build" != "x"; then LINUX_KERNEL_BUILD="$with_linux_kernel_build" else LINUX_KERNEL_BUILD=$LINUX_KERNEL_PATH -- 2.39.5