summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authornikolas <nikolas@gnu.org>2019-09-19 11:18:50 -0400
committerNiels Martin Hansen <nielsm@indvikleren.dk>2019-09-19 17:18:50 +0200
commit2d27e8e6856cc7488842b01a271f57ae4bd07230 (patch)
tree036adc93e7a0ad9719e81a463bc6c8eade22ea8a /configure
parentb18a58d5e1ac0fe2382e14badf80394b7e5a07b3 (diff)
downloadopenttd-2d27e8e6856cc7488842b01a271f57ae4bd07230.tar.xz
Add #6173: New SDL 2 based video and sound drivers (#7086)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 7a13a96c8..239b162ea 100755
--- a/configure
+++ b/configure
@@ -110,6 +110,7 @@ AWKCOMMAND='
if ($0 == "ALLEGRO" && "'$allegro_config'" == "") { next; }
if ($0 == "SDL" && "'$sdl_config'" == "") { next; }
+ if ($0 == "SDL2" && "'$sdl2_config'" == "") { next; }
if ($0 == "PNG" && "'$png_config'" == "") { next; }
if ($0 == "OSX" && "'$os'" != "OSX") { next; }
if ($0 == "OS2" && "'$os'" != "OS2") { next; }