~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_platform.m4

  • Committer: mordred
  • Date: 2010-04-20 00:00:46 UTC
  • mfrom: (1471.5.3 more-valgrind)
  • mto: This revision was merged to the branch mainline in revision 1498.
  • Revision ID: mordred@orisndriz09-20100420000046-263x5hazl0huw8u3
MergedĀ inĀ more-valgrind.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    ;;
35
35
  esac
36
36
 
 
37
  PANDORA_OPTIMIZE_BITFIELD=1
 
38
 
37
39
  case "$target_os" in
38
40
    *linux*)
39
41
    TARGET_LINUX="true"
47
49
      ;;
48
50
    *solaris*)
49
51
      TARGET_SOLARIS="true"
 
52
      PANDORA_OPTIMIZE_BITFIELD=0
50
53
      AC_SUBST(TARGET_SOLARIS)
51
54
      AC_DEFINE([TARGET_OS_SOLARIS], [1], [Whether we are building for Solaris])
52
55
      ;;
60
63
      ;;
61
64
  esac
62
65
 
 
66
  AC_SUBST(PANDORA_OPTIMIZE_BITFIELD)
 
67
 
63
68
  AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"])
64
69
  AC_CHECK_DECL([__ICC], [INTELCC="yes"], [INTELCC="no"])
65
70