~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-09-23 06:09:48 UTC
  • mto: This revision was merged to the branch mainline in revision 419.
  • Revision ID: monty@inaugust.com-20080923060948-pec1d5wxetf84tte
Cleaned up stuff out of global.h.

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)