[ovs-dev] [linux-3.0 2/5] configure: Fix typo in variable name.

Jesse Gross jesse at nicira.com
Mon Jul 25 20:23:16 UTC 2011


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 <ethan at nicira.com> wrote:
> Looks Good.
>
> Ethan
>
> On Wed, Jun 22, 2011 at 10:20, Ben Pfaff <blp at nicira.com> 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
>> dev at openvswitch.org
>> http://openvswitch.org/mailman/listinfo/dev
>>
>



More information about the dev mailing list