~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-10-07 22:18:56 UTC
  • mto: This revision was merged to the branch mainline in revision 491.
  • Revision ID: monty@inaugust.com-20081007221856-60dtctuheoh6ce6e
Fixed __C99FEATURES__

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
case "$target_os" in
300
300
  *solaris*)
301
301
  dnl Do we need both of these? 
302
 
  CXXFLAGS="${CXXFLAGS} -D_C99FEATURES"
 
302
  CXXFLAGS="${CXXFLAGS} -D__C99FEATURES__"
303
303
  CFLAGS="${CFLAGS} -D_XOPEN_SOURCE=600"
304
304
  AC_DEFINE([__EXTENSIONS__],[1],[Turn on needed extensions on Solaris])
305
305
  ;;