From: Mike Meffie Date: Tue, 14 Oct 2008 15:38:30 +0000 (+0000) Subject: linux-alt-builddir-fix-20081014 X-Git-Tag: openafs-devel-1_5_61~757 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=9be6b92a17ebe1d125e13c1cbd7bce620e7672ce;p=packages%2Fo%2Fopenafs.git linux-alt-builddir-fix-20081014 LICENSE IPL10 FIXES 121650 correct the if test to include missing x --- diff --git a/acinclude.m4 b/acinclude.m4 index 985b6efbd..88b81cb84 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