Line | |
---|
1 | Index: ioemu/configure |
---|
2 | =================================================================== |
---|
3 | --- ioemu.orig/configure 2006-08-17 19:37:35.772589281 +0100 |
---|
4 | +++ ioemu/configure 2006-08-17 19:50:24.735401975 +0100 |
---|
5 | @@ -228,8 +228,6 @@ |
---|
6 | ;; |
---|
7 | --enable-cocoa) cocoa="yes" ; coreaudio="yes" ; sdl="no" |
---|
8 | ;; |
---|
9 | - --disable-gfx-check) check_gfx="no" |
---|
10 | - ;; |
---|
11 | --disable-gcc-check) check_gcc="no" |
---|
12 | ;; |
---|
13 | --disable-system) softmmu="no" |
---|
14 | @@ -758,14 +756,6 @@ |
---|
15 | target_user_only="yes" |
---|
16 | fi |
---|
17 | |
---|
18 | -if test "$target_user_only" = "no" -a "$check_gfx" = "yes" \ |
---|
19 | - -a "$sdl" = "no" -a "$cocoa" = "no" ; then |
---|
20 | - echo "ERROR: QEMU requires SDL or Cocoa for graphical output" |
---|
21 | - echo "To build QEMU without graphical output configure with --disable-gfx-check" |
---|
22 | - echo "Note that this will disable all output from the virtual graphics card." |
---|
23 | - exit 1; |
---|
24 | -fi |
---|
25 | - |
---|
26 | #echo "Creating $config_mak, $config_h and $target_dir/Makefile" |
---|
27 | |
---|
28 | mkdir -p $target_dir |
---|
Note: See
TracBrowser
for help on using the repository browser.