From 2ca1a5cdebb2cf9a190d8be42e44b666d4053dfa Mon Sep 17 00:00:00 2001 From: Mike Meffie Date: Tue, 14 Oct 2008 15:38:51 +0000 Subject: [PATCH] STABLE14-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 b12daa331..be959dde2 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -213,7 +213,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