os/macosx/Makefile.setup
changeset 2835 dd39a5ad0e10
parent 2834 6c29ece4f24b
child 3084 18abee1dd88d
child 9956 341e963c63c4
--- a/os/macosx/Makefile.setup	Sat Jan 07 12:53:57 2006 +0000
+++ b/os/macosx/Makefile.setup	Sat Jan 07 13:13:49 2006 +0000
@@ -89,22 +89,6 @@
 $(error no x86 libpng found)
 			endif
 		endif
-
-		ifdef WITH_SDL
-			ifdef STATIC
-				ifndef x86_SDL_LIB
-$(error static universal build without a defined x86 SDL lib)
-				endif
-			endif
-			TEST:=$(shell lipo -info `$(SDL_PPC_CONFIG) --prefix`/lib/libSDL.a | xargs -n 1 | grep "ppc"))
-			ifndef TEST
-$(error no PPC SDL lib found)
-			endif
-			TEST:=$(shell lipo -info `$(SDL_x86_CONFIG) --prefix`/lib/libSDL.a | xargs -n 1 | grep "i386"))
-			ifndef TEST
-$(error no x86 SDL lib found)
-			endif
-		endif
 	endif
 
 	ifdef UNIVERSAL_x86_PART