~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2009-01-30 09:05:05 UTC
  • mto: (779.3.29 devel)
  • mto: This revision was merged to the branch mainline in revision 823.
  • Revision ID: mordred@inaugust.com-20090130090505-1frvfud1y7ao3lhh
Some tweaks to get timegm working on Solaris.

Show diffs side-by-side

added added

removed removed

Lines of Context:
290
290
  then
291
291
    MEMALIGN_FLAGS="-xmemalign=8s"
292
292
  fi
293
 
  CXXFLAGS="${CXXFLAGS} -compat=5 -library=stlport4 -xlang=c99 ${MEMALIGN_FLAGS}"
 
293
  CXXFLAGS="${CXXFLAGS} -compat=5 -library=stlport4 -template=no%extdef ${MEMALIGN_FLAGS}"
294
294
  CFLAGS="${CFLAGS} -xstrconst ${MEMALIGN_FLAGS}"
295
295
  SYMBOLS_FLAGS="-g"
296
296
  OPTIMIZE_FLAGS="-xO4 -xlibmil -xdepend"
913
913
  AC_MSG_ERROR("Drizzle requires fcntl.")
914
914
fi
915
915
 
916
 
AC_CONFIG_LIBOBJ_DIR([mystrings])
 
916
AC_CONFIG_LIBOBJ_DIR([gnulib])
917
917
 
918
918
AC_CHECK_FUNCS( \
919
919
  cuserid fchmod \
1327
1327
    CXXFLAGS="${CXXFLAGS} -xinstrument=datarace"
1328
1328
  fi
1329
1329
  CC_WARNINGS="-v -xc99=all -errtags=yes"
1330
 
  CXX_WARNINGS="+w +w2 -xport64 -errtags=yes -erroff=attrskipunsup -compat=5"
 
1330
  CXX_WARNINGS="+w +w2 -xport64 -errtags=yes -erroff=attrskipunsup,doubunder -compat=5"
1331
1331
  if test "$ac_exceptions" = "no"
1332
1332
  then
1333
1333
    NO_EXCEPTIONS="-features=no%except"