Updated pandora-build.
[awesomized/libmemcached] / m4 / pandora_platform.m4
index 678b51ea029e2b6dd62a9d12bd420fe37744d298..4e54562dce534597cbaa7db144a49ca5b20fb07e 100644 (file)
@@ -74,4 +74,12 @@ AC_DEFUN([PANDORA_PLATFORM],[
       [Cause Sun Studio to not be quite so strict with standards conflicts])
   ])
 
+  AS_IF([test "x$TARGET_OSX" = "xtrue"],[
+    AS_IF([test "x$ac_enable_fat_binaries" = "xyes"],[
+      AM_CFLAGS="-arch i386 -arch x86_64 -arch ppc"
+      AM_CXXFLAGS="-arch i386 -arch x86_64 -arch ppc"
+      AM_LDFLAGS="-arch i386 -arch x86_64 -arch ppc"
+    ])
+  ])
+
 ])