~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_optimize.m4

  • Committer: Monty Taylor
  • Date: 2009-07-14 22:35:09 UTC
  • mto: (1093.1.16 captain)
  • mto: This revision was merged to the branch mainline in revision 1097.
  • Revision ID: mordred@inaugust.com-20090714223509-og937ckubmxomn89
pandora-buildĀ v0.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
  dnl First check for gcc and g++
9
9
  AS_IF([test "$GCC" = "yes"],[
10
10
 
11
 
    AC_DEFINE([_GNU_SOURCE],[1],[Fix problem with S_ISLNK() on Linux])
12
 
 
13
11
    dnl The following is required for portable results of floating point 
14
12
    dnl calculations on PowerPC. The same must also be done for IA-64, but 
15
13
    dnl this options is missing in the IA-64 gcc backend.