~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/pandora_platform.m4

  • Committer: Monty Taylor
  • Date: 2010-07-30 06:58:29 UTC
  • mfrom: (1667.4.12 use-intltool)
  • mto: This revision was merged to the branch mainline in revision 1676.
  • Revision ID: mordred@inaugust.com-20100730065829-xu5n0qk2zzpwy73m
Merged in solaris fixes (oh yeah, and intltool)

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    *solaris*)
60
60
      TARGET_SOLARIS="true"
61
61
      PANDORA_OPTIMIZE_BITFIELD=0
 
62
      LIBS="${LIBS} -lintl"
62
63
      AC_SUBST(TARGET_SOLARIS)
63
64
      AC_DEFINE([TARGET_OS_SOLARIS], [1], [Whether we are building for Solaris])
64
65
      ;;
68
69
      AC_DEFINE([TARGET_OS_FREEBSD], [1], [Whether we are building for FreeBSD])
69
70
      AC_DEFINE([__APPLE_CC__],[1],[Workaround for bug in FreeBSD headers])
70
71
      ;;
71
 
    *)
 
72
    *mingw32*)
 
73
      TARGET_WINDOWS="true"
 
74
      AC_SUBST(TARGET_WINDOWS)
 
75
      AC_DEFINE([TARGET_OS_WINDOWS], [1], [Whether we are building for Windows])
72
76
      ;;
73
77
  esac
74
78