From: Ben Pfaff Date: Wed, 22 Jun 2011 17:16:15 +0000 (-0700) Subject: configure: Fix typo in variable name. X-Git-Tag: v1.2.0~138 X-Git-Url: http://git.onelab.eu/?p=sliver-openvswitch.git;a=commitdiff_plain;h=870b54e7c7ce23660e6db4999e58d9e6ac2ea618 configure: Fix typo in variable name. --- diff --git a/acinclude.m4 b/acinclude.m4 index 63a036e3d..3cf4061bd 100644 --- 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 "$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])