~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-11-07 00:15:51 UTC
  • mto: This revision was merged to the branch mainline in revision 579.
  • Revision ID: monty@inaugust.com-20081107001551-8vxb6sf1ti0i5p09
Cleaned up some headers for PCH.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1523
1523
  # Disable exceptions as they seams to create problems with gcc and threads.
1524
1524
  # drizzled doesn't use run-time-type-checking, so we disable it.
1525
1525
  AM_CXXFLAGS="${AM_CXXFLAGS} -fno-rtti"
 
1526
  CPPFLAGS="${CPPFLAGS} -fpch-deps"
1526
1527
fi
1527
1528
if test "$SUNCC" = "yes"
1528
1529
then