/[qemu]/qemu/configure
ViewVC logotype

Diff of /qemu/configure

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

revision 1.68 by bellard, Sun Jun 5 17:10:38 2005 UTC revision 1.69 by bellard, Sat Jul 2 13:32:17 2005 UTC
# Line 84  linux="no" Line 84  linux="no"
84  kqemu="no"  kqemu="no"
85  kernel_path=""  kernel_path=""
86  cocoa="no"  cocoa="no"
87    check_gfx="yes"
88    
89  # OS specific  # OS specific
90  targetos=`uname -s`  targetos=`uname -s`
# Line 186  for opt do Line 187  for opt do
187    ;;    ;;
188    --enable-cocoa) cocoa="yes" ; sdl="no"    --enable-cocoa) cocoa="yes" ; sdl="no"
189    ;;    ;;
190      --disable-gfx-check) check_gfx="no"
191      ;;
192    esac    esac
193  done  done
194    
# Line 613  if expr $target : '.*-user' > /dev/null Line 616  if expr $target : '.*-user' > /dev/null
616    target_user_only="yes"    target_user_only="yes"
617  fi  fi
618    
619    if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \
620            -a "$sdl" = "no" -a "$cocoa" = "no" ; then
621        echo "ERROR: QEMU requires SDL or Cocoa for graphical output"
622        echo "To build QEMU with graphical output configure with --disable-gfx-check"
623        echo "Note that this will disable all output from the virtual graphics card."
624        exit 1;
625    fi
626    
627  #echo "Creating $config_mak, $config_h and $target_dir/Makefile"  #echo "Creating $config_mak, $config_h and $target_dir/Makefile"
628    
629  mkdir -p $target_dir  mkdir -p $target_dir

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69

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