From 9be6b92a17ebe1d125e13c1cbd7bce620e7672ce Mon Sep 17 00:00:00 2001 From: Mike Meffie Date: Tue, 14 Oct 2008 15:38:30 +0000 Subject: [PATCH] linux-alt-builddir-fix-20081014 LICENSE IPL10 FIXES 121650 correct the if test to include missing x --- acinclude.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acinclude.m4 b/acinclude.m4 index 985b6ef..88b81cb 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -338,7 +338,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 -- 1.9.4