projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5b2afd
)
configure: Fix typo in variable name.
author
Ben Pfaff
<blp@nicira.com>
Wed, 22 Jun 2011 17:16:15 +0000
(10:16 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 22 Jun 2011 21:05:53 +0000
(14:05 -0700)
acinclude.m4
patch
|
blob
|
history
diff --git
a/acinclude.m4
b/acinclude.m4
index 63a036e3d16123082c2ce21ef53f967af26cba15..3cf4061bd1784fee6eee62e42d71149114bfb84e 100644
(file)
--- a/
acinclude.m4
+++ b/
acinclude.m4
@@
-96,7
+96,7
@@
AC_DEFUN([OVS_CHECK_LINUX26], [
fi
AC_MSG_RESULT([2.$patchlevel.$sublevel])
if test "2.$patchlevel" != '2.6'; then
- if test "$BUILD26" = "$KSRC26"; then
+ if test "$
K
BUILD26" = "$KSRC26"; then
AC_ERROR([Linux kernel in $KBUILD26 is not version 2.6])
else
AC_ERROR([Linux kernel in build tree $KBUILD26 (source tree $KSRC26) is not version 2.6])