~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: mordred
  • Date: 2008-11-03 06:33:47 UTC
  • mto: (575.1.1 devel)
  • mto: This revision was merged to the branch mainline in revision 575.
  • Revision ID: mordred@opensolaris-20081103063347-4fik1o8owhn3pqq5
More solaris fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
339
339
case "$target_os" in
340
340
  *solaris*)
341
341
  dnl Do we need both of these? 
 
342
  CFLAGS="${CFLAGS} -D_XOPEN_SOURCE=600"
342
343
  CXXFLAGS="${CXXFLAGS} -D__C99FEATURES__"
343
 
  CFLAGS="${CFLAGS} -D_XOPEN_SOURCE=600"
344
344
  ;;
345
345
esac
346
346
 
415
415
  dnl I'm cheating here and sticking C99 support in SYMBOLS_FLAGS
416
416
  SYMBOLS_FLAGS=""
417
417
  DEBUG_OPTIMIZE_CC=""
418
 
  #OPTIMIZE_CFLAGS="-xO4 -xlibmil -xdepend -Xa -xstrconst -mt -D_FORTEC_"
419
418
  OPTIMIZE_CFLAGS="-xO4 -xlibmil -xdepend -Xa -mt -xstrconst -D_FORTEC_"
420
419
  DEBUG_OPTIMIZE_CXX=""
421
 
  OPTIMIZE_CXXFLAGS="-xO4 -xlibmil -library=stlport4 -mt -D_FORTEC_ -xlang=c99 -compat=5"
 
420
  #Put back in once isnan is figured out
 
421
  OPTIMIZE_CXXFLAGS="-xO4 -xlibmil -mt -D_FORTEC_ -xlang=c99 -compat=5 -library=stlport4"
422
422
fi
423
423
 
424
424
dnl TODO: Remove this define once we are using 2.61 across the board.