diff options
author | glx <glx@openttd.org> | 2019-01-15 02:21:48 +0100 |
---|---|---|
committer | Charles Pigott <charlespigott@googlemail.com> | 2019-01-16 19:27:06 +0000 |
commit | 5a09337c2018a7ee371e2e96220ee0d06b1df753 (patch) | |
tree | 8e98c52509b0b8bebff659a03a962a67795e989a | |
parent | 91315a7a39043cbccaa8d4d908a0e8724dd61a61 (diff) | |
download | openttd-5a09337c2018a7ee371e2e96220ee0d06b1df753.tar.xz |
Fix: make reconfigure warning
-rw-r--r-- | config.lib | 1 |
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";; |