Fix: make reconfigure warning

save_ext
glx 6 years ago committed by Charles Pigott
parent 91315a7a39
commit 5a09337c20

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

Loading…
Cancel
Save