~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_platform.m4

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
      [Cause Sun Studio to not be quite so strict with standards conflicts])
75
75
  ])
76
76
 
 
77
  AS_IF([test "x$TARGET_OSX" = "xtrue"],[
 
78
    AS_IF([test "x$ac_enable_fat_binaries" = "xyes"],[
 
79
      AM_CFLAGS="-arch i386 -arch x86_64 -arch ppc"
 
80
      AM_CXXFLAGS="-arch i386 -arch x86_64 -arch ppc"
 
81
      AM_LDFLAGS="-arch i386 -arch x86_64 -arch ppc"
 
82
    ])
 
83
  ])
 
84
 
77
85
])