diff options
| author | Cameron Cawley | 2017-12-23 16:56:40 +0000 |
|---|---|---|
| committer | David Turner | 2018-01-26 13:18:18 +0000 |
| commit | 8f8eb81b1b5a558708cb2ff91410114579deefb6 (patch) | |
| tree | 255e0832265b0aba6d51b184ebfef65ccf1c043a /configure | |
| parent | e4ab945b41796912f11b3b51eea8bc9f27dff6ae (diff) | |
| download | scummvm-rg350-8f8eb81b1b5a558708cb2ff91410114579deefb6.tar.gz scummvm-rg350-8f8eb81b1b5a558708cb2ff91410114579deefb6.tar.bz2 scummvm-rg350-8f8eb81b1b5a558708cb2ff91410114579deefb6.zip | |
RISCOS: Don't list RISC OS as a POSIX platform
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -2839,8 +2839,6 @@ if test -n "$_host"; then arm-linux|arm*-linux-gnueabi|arm-*-linux) ;; arm-*riscos) - _seq_midi=no - _timidity=no _opengl_mode=none _build_hq_scalers=no # toolchain binaries prefixed by host @@ -3601,10 +3599,10 @@ esac # echo_n "Checking if host is POSIX compliant... " case $_host_os in - amigaos* | cygwin* | dreamcast | ds | gamecube | mingw* | n64 | ps2 | ps3 | psp2 | psp | wii | wince) + amigaos* | cygwin* | dreamcast | ds | gamecube | mingw* | n64 | ps2 | ps3 | psp2 | psp | riscos | wii | wince) _posix=no ;; - 3ds | android | androidsdl | beos* | bsd* | darwin* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphone | ios7 | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | riscos | solaris* | sunos* | uclinux* | webos) + 3ds | android | androidsdl | beos* | bsd* | darwin* | freebsd* | gnu* | gph-linux | haiku* | hpux* | iphone | ios7 | irix*| k*bsd*-gnu* | linux* | maemo | mint* | netbsd* | openbsd* | solaris* | sunos* | uclinux* | webos) _posix=yes ;; os2-emx*) |
