~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Stewart Smith
  • Date: 2008-09-25 08:57:27 UTC
  • mto: This revision was merged to the branch mainline in revision 408.
  • Revision ID: stewart@flamingspork.com-20080925085727-lwemz5gl6tvrp9ku
UDFs are now normal Item_func objects. Simplifies handling them a lot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
291
291
then
292
292
  # Disable exceptions as they seams to create problems with gcc and threads.
293
293
  # drizzled doesn't use run-time-type-checking, so we disable it.
294
 
  AM_CXXFLAGS="${AM_CXXFLAGS} -fno-exceptions -fno-rtti"
 
294
  AM_CXXFLAGS="${AM_CXXFLAGS} -fno-exceptions"
295
295
fi
296
296
 
297
297
DRIZZLE_PROG_AR