Changeset - r23162:2efa4666ba84
[Not reviewed]
master
0 1 0
glx - 6 years ago 2019-01-15 01:21:48
glx@openttd.org
Fix: make reconfigure warning
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -373,12 +373,13 @@ detect_params() {
 
			--with-libtimidity)           with_libtimidity="2";;
 
			--without-libtimidity)        with_libtimidity="0";;
 
			--with-libtimidity=*)         with_libtimidity="$optarg";;
 

	
 
			--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";;
 
			--with-freetype=*)            with_freetype="$optarg";;
 
			--with-libfreetype)           with_freetype="2";;
 
			--without-libfreetype)        with_freetype="0";;
0 comments (0 inline, 0 general)