This series has already been reviewed and committed, so no need to go through it again.
On Mon, Jul 25, 2011 at 1:19 PM, Ethan Jackson <[email protected]> wrote: > Looks Good. > > Ethan > > On Wed, Jun 22, 2011 at 10:20, Ben Pfaff <[email protected]> wrote: >> --- >> acinclude.m4 | 2 +- >> 1 files changed, 1 insertions(+), 1 deletions(-) >> >> diff --git a/acinclude.m4 b/acinclude.m4 >> index 63a036e..3cf4061 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]) >> -- >> 1.7.4.4 >> >> _______________________________________________ >> dev mailing list >> [email protected] >> http://openvswitch.org/mailman/listinfo/dev >> > _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
