Changeset - r14285:fee64f01e2dd
[Not reviewed]
master
0 1 0
rubidium - 14 years ago 2010-01-17 16:39:58
rubidium@openttd.org
(svn r18847) -Fix [FS#3541] (r18769): configure didn't properly detect libtimidity anymore (hannibal218bc)
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -2366,7 +2366,7 @@ detect_lzo2() {
 
}
 

	
 
detect_libtimidity() {
 
	detect_library "$with_libtimidity" "libtimidity" "" "libtimidity.a" "timidity.h"
 
	detect_library "$with_libtimidity" "libtimidity" "libtimidity.a" "" "timidity.h"
 
}
 

	
 
detect_png() {
0 comments (0 inline, 0 general)