On Tue, Jan 10, 2012 at 01:10:51PM -0600, Anthony Liguori wrote:
[...]
> @@ -733,10 +732,6 @@ for opt do
>    ;;
>    --enable-fdt) fdt="yes"
>    ;;
> -  --disable-check-utests) check_utests="no"
> -  ;;
> -  --enable-check-utests) check_utests="yes"
> -  ;;
>    --disable-nptl) nptl="no"
>    ;;
>    --enable-nptl) nptl="yes"

You forgot to remove this:

@@ -2825,7 +2825,6 @@ fi
 echo "SDL support       $sdl"
 echo "curses support    $curses"
 echo "curl support      $curl"
-echo "check support     $check_utests"
 echo "mingw32 support   $mingw32"
 echo "Audio drivers     $audio_drv_list"
 echo "Extra audio cards $audio_card_list"

-- 
Eduardo

Reply via email to