Changeset - r8147:fe79de381e8f
[Not reviewed]
master
0 1 0
bjarni - 17 years ago 2007-12-27 15:05:46
bjarni@openttd.org
(svn r11709) -Fix [FS#1385 FS#1386]: [OSX] Compiles on Leopard with the default settings
-Change: [OSX] configure will no longer enable static by default
Turns out that Leopard can't handle static builds without the user installing extra libs
The tradeoff is that now people might have to enable static manually if moving the binary around
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -395,7 +395,7 @@ check_params() {
 
	detect_cputype
 

	
 
	if [ "$enable_static" = "1" ]; then
 
		if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "MORPHOS" ] || [ "$os" = "OSX" ]; then
 
		if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "MORPHOS" ]; then
 
			enable_static="2"
 
		else
 
			enable_static="0"
0 comments (0 inline, 0 general)