summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPatric Stout <truebrain@openttd.org>2019-03-04 19:49:39 +0100
committerPatric Stout <truebrain@openttd.org>2019-03-05 22:03:00 +0100
commitaa350528dfbfc8175f140202252cfdc6dbf46aa8 (patch)
treed55e6d3e879c38aa3d97eb61021e35b1b30f29ee /configure
parentf58db44ff22c07af984b2d513d24524594f660a7 (diff)
downloadopenttd-aa350528dfbfc8175f140202252cfdc6dbf46aa8.tar.xz
Remove: libtimidity support (NOT timidity support)
libtimidity was introduced with the support for PSP. PSP has been dropped almost a year ago, but this music driver was not. This corrects that oversight. timidity (via extmidi) still works fine. This purely removes the libtimidity support, which was only really available for PSP.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index bb3efa316..2163dbe5d 100755
--- a/configure
+++ b/configure
@@ -122,7 +122,6 @@ AWKCOMMAND='
"'$os'" != "CYGWIN" && "'$os'" != "MSVC") { next; }
if ($0 == "MSVC" && "'$os'" != "MSVC") { next; }
if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; }
- if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; }
if ($0 == "FLUIDSYNTH" && "'$fluidsynth'" == "" ) { next; }
if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0") { next; }
if ($0 == "SSE" && "'$with_sse'" != "1") { next; }