summaryrefslogtreecommitdiff
path: root/config.lib
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2019-01-15 02:21:48 +0100
committerCharles Pigott <charlespigott@googlemail.com>2019-01-16 19:27:06 +0000
commit5a09337c2018a7ee371e2e96220ee0d06b1df753 (patch)
tree8e98c52509b0b8bebff659a03a962a67795e989a /config.lib
parent91315a7a39043cbccaa8d4d908a0e8724dd61a61 (diff)
downloadopenttd-5a09337c2018a7ee371e2e96220ee0d06b1df753.tar.xz
Fix: make reconfigure warning
Diffstat (limited to 'config.lib')
-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";;