~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-11-16 02:29:43 UTC
  • mto: (584.1.7 devel)
  • mto: This revision was merged to the branch mainline in revision 588.
  • Revision ID: monty@inaugust.com-20081116022943-qaveqcenpm30453g
Disabled pre-compiled headers for now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
347
347
fi
348
348
 
349
349
# We use libtool
350
 
#AC_LIBTOOL_WIN32_DLL
351
350
AC_PROG_LIBTOOL
352
351
 
353
352
# Ensure that we have --preserve-dup-deps defines, otherwise we get link
1566
1565
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
1567
1566
 
1568
1567
dnl GCC Precompiled Header Support
1569
 
AM_CONDITIONAL([GCC_PCH],[test "$GCC" = "yes"])
 
1568
dnl re-enable later
 
1569
dnl AM_CONDITIONAL([GCC_PCH],[test "$GCC" = "yes"])
 
1570
AM_CONDITIONAL([GCC_PCH],[test "no" = "yes"])
1570
1571
 
1571
1572
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile dnl
1572
1573
 mystrings/Makefile storage/Makefile dnl