From: Mike Meffie Date: Tue, 14 Oct 2008 15:38:51 +0000 (+0000) Subject: STABLE14-linux-alt-builddir-fix-20081014 X-Git-Tag: openafs-stable-1_4_8pre3~12 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=2ca1a5cdebb2cf9a190d8be42e44b666d4053dfa;p=packages%2Fo%2Fopenafs.git STABLE14-linux-alt-builddir-fix-20081014 LICENSE IPL10 FIXES 121650 correct the if test to include missing x (cherry picked from commit 9be6b92a17ebe1d125e13c1cbd7bce620e7672ce) --- 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