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

correct the if test to include missing x

(cherry picked from commit 9be6b92a17ebe1d125e13c1cbd7bce620e7672ce)

acinclude.m4

index 2205bf11d7b5f686ffd31188c69cf5eb0e4dd6e1..591694785ddb7c332e43d771da96f298eeeb4d8c 100644 (file)
@@ -343,7 +343,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