]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE14-linux-alt-builddir-fix-20081014
authorMike Meffie <mmeffie@sinenomine.net>
Tue, 14 Oct 2008 15:38:51 +0000 (15:38 +0000)
committerDerrick Brashear <shadow@dementia.org>
Tue, 14 Oct 2008 15:38:51 +0000 (15:38 +0000)
LICENSE IPL10
FIXES 121650

correct the if test to include missing x

(cherry picked from commit 9be6b92a17ebe1d125e13c1cbd7bce620e7672ce)

acinclude.m4

index b12daa33172f8b573f32e30e9aa9473ff4e7386b..be959dde2bd2aca2de32aa787310d47c74fd4717 100644 (file)
@@ -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