git://git.openafs.org
/
openafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
24ce801
)
linux-alt-builddir-fix-20081014
author
Mike Meffie
<mmeffie@sinenomine.net>
Tue, 14 Oct 2008 15:38:30 +0000 (15:38 +0000)
committer
Derrick Brashear
<shadow@dementia.org>
Tue, 14 Oct 2008 15:38:30 +0000 (15:38 +0000)
LICENSE IPL10
FIXES 121650
correct the if test to include missing x
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index
985b6ef
..
88b81cb
100644
(file)
--- 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