1
0
Fork 0

Fix: make reconfigure warning

pull/7066/head
glx 2019-01-15 02:21:48 +01:00 committed by Charles Pigott
parent 91315a7a39
commit 5a09337c20
1 changed files with 1 additions and 0 deletions

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";;