configure: Fix typo in variable name.
authorBen Pfaff <blp@nicira.com>
Wed, 22 Jun 2011 17:16:15 +0000 (10:16 -0700)
committerBen Pfaff <blp@nicira.com>
Wed, 22 Jun 2011 21:05:53 +0000 (14:05 -0700)
acinclude.m4

index 63a036e..3cf4061 100644 (file)
@@ -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 "$KBUILD26" = "$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])