summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.lib1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.lib b/config.lib
index 1af354e16..566309ada 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";;