1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-03-13 02:52:37 +00:00

Fix: make reconfigure warning

This commit is contained in:
glx 2019-01-15 02:21:48 +01:00 committed by Charles Pigott
parent 91315a7a39
commit 5a09337c20

View File

@ -376,6 +376,7 @@ detect_params() {
--with-fluidsynth) with_fluidsynth="2";;
--without-fluidsynth) with_fluidsynth="0";;
--with-fluidsynth=*) with_fluidsynth="$optarg";;
--with-freetype) with_freetype="2";;
--without-freetype) with_freetype="0";;