Merge branch 'master' into jgrpp

# Conflicts:
#	src/industry_cmd.cpp
#	src/openttd.cpp
#	src/station_cmd.cpp
#	src/station_func.h
This commit is contained in:
Jonathan G Rennison
2020-05-13 11:17:09 +01:00
7 changed files with 117 additions and 15 deletions

View File

@@ -2915,7 +2915,7 @@ detect_sdl() {
detect_pkg_config "2" "sdl2" "sdl2_config" "2.0"
else
sdl2_config=""
if [ -x `which sdl2-config` ]; then
if [ -x "`which sdl2-config`" ]; then
detect_pkg_config "$with_sdl" "sdl2" "sdl2_config" "2.0"
fi
if [ -z "$sdl2_config" ]; then