From 5a09337c2018a7ee371e2e96220ee0d06b1df753 Mon Sep 17 00:00:00 2001 From: glx Date: Tue, 15 Jan 2019 02:21:48 +0100 Subject: [PATCH] Fix: make reconfigure warning --- config.lib | 1 + 1 file changed, 1 insertion(+) diff --git a/config.lib b/config.lib index 1af354e163..566309adaf 100644 --- a/config.lib +++ b/config.lib @@ -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";;