/[qemu]/qemu/configure
ViewVC logotype

Diff of /qemu/configure

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.64 by bellard, Tue Apr 26 20:34:45 2005 UTC revision 1.65 by bellard, Tue Apr 26 20:46:24 2005 UTC
# Line 158  for opt do Line 158  for opt do
158    ;;    ;;
159    --extra-ldflags=*) LDFLAGS="${opt#--extra-ldflags=}"    --extra-ldflags=*) LDFLAGS="${opt#--extra-ldflags=}"
160    ;;    ;;
   --extra-libs=*) extralibs=${opt#--extra-libs=}  
   ;;  
161    --cpu=*) cpu=`echo $opt | cut -d '=' -f 2`    --cpu=*) cpu=`echo $opt | cut -d '=' -f 2`
162    ;;    ;;
163    --target-list=*) target_list=${opt#--target-list=}    --target-list=*) target_list=${opt#--target-list=}
# Line 420  if test "$darwin" = "yes" ; then Line 418  if test "$darwin" = "yes" ; then
418      echo "Cocoa support     $cocoa"      echo "Cocoa support     $cocoa"
419  fi  fi
420  echo "SDL support       $sdl"  echo "SDL support       $sdl"
421  echo "SDL static link   $sdl_static"  if test "$sdl" != "no" ; then
422        echo "SDL static link   $sdl_static"
423    fi
424  echo "mingw32 support   $mingw32"  echo "mingw32 support   $mingw32"
425  echo "Adlib support     $adlib"  echo "Adlib support     $adlib"
426  echo -n "FMOD support      $fmod"  echo -n "FMOD support      $fmod"

Legend:
Removed from v.1.64  
changed lines
  Added in v.1.65

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26