~mordred/drizzle/codestyle

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty
  • Date: 2008-10-02 05:41:33 UTC
  • mfrom: (398.1.10 codestyle)
  • Revision ID: mordred@scylla.inaugust.com-20081002054133-tyxv5bmqpazfaqqi
Merged up to 408 of stdint-includes-fix.

Show diffs side-by-side

added added

removed removed

Lines of Context:
869
869
  CXXFLAGS="$DEBUG_OPTIMIZE_CXX $CXXFLAGS"
870
870
else
871
871
  # Optimized version. No debug
872
 
  CFLAGS="$OPTIMIZE_CFLAGS $CFLAGS"
 
872
  CFLAGS="${OPTIMIZE_CFLAGS} ${CFLAGS}"
873
873
  CXXFLAGS="$OPTIMIZE_CXXFLAGS $CXXFLAGS"
874
874
fi
875
875
 
1015
1015
AC_SUBST(MAKE_SHELL)
1016
1016
 
1017
1017
# Already-done: stdlib.h string.h unistd.h termios.h
1018
 
AC_CHECK_HEADERS(varargs.h stdarg.h dirent.h locale.h ndir.h sys/dir.h \
 
1018
AC_CHECK_HEADERS(stdarg.h dirent.h locale.h ndir.h sys/dir.h \
1019
1019
 sys/file.h sys/ndir.h sys/ptem.h sys/pte.h sys/select.h sys/stream.h \
1020
1020
 sys/mman.h curses.h termcap.h termio.h termbits.h asm/termbits.h grp.h \
1021
1021
paths.h semaphore.h)
1346
1346
    [AS_HELP_STRING([--enable-longlong-warnings],
1347
1347
       [Enable warnings about longlong in C++ @<:@default=off@:>@])],
1348
1348
    [ac_warn_longlong="$enableval"],
1349
 
    [ac_warn_longlong="no"])
 
1349
    [ac_warn_longlong="yes"])
1350
1350
 
1351
1351
AC_ARG_ENABLE([strict-aliasing],
1352
1352
    [AS_HELP_STRING([--enable-strict-aliasing],