# HG changeset patch # User glx # Date 2019-01-15 01:21:48 # Node ID 2efa4666ba84cc9b17cd122c5b000541fa784d33 # Parent f1d8473565b45db617aab0e659c08a5b72ebe2a1 Fix: make reconfigure warning diff --git a/config.lib b/config.lib --- 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";;