config.lib
changeset 8643 3955107ec162
parent 8624 c5753e14d8dc
child 8657 6e9eee9ac980
--- a/config.lib	Thu Dec 27 14:45:10 2007 +0000
+++ b/config.lib	Thu Dec 27 15:05:46 2007 +0000
@@ -395,7 +395,7 @@
 	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"