~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-06-10 21:30:03 UTC
  • mto: This revision was merged to the branch mainline in revision 1060.
  • Revision ID: mordred@inaugust.com-20090610213003-8klazhu5s1qttfnm
Fixed the check for building on OSX.

Show diffs side-by-side

added added

removed removed

Lines of Context:
168
168
  AC_SUBST(TARGET_LINUX)
169
169
  AC_DEFINE([TARGET_OS_LINUX], [1], [Whether we build for Linux])
170
170
    ;;
171
 
  *apple-darwin*)
 
171
  *darwin*)
172
172
    TARGET_OSX="true"
173
173
    AC_SUBST(TARGET_OSX)
174
174
    AC_DEFINE([TARGET_OS_OSX], [1], [Whether we build for OSX])