~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Monty Taylor
  • Date: 2008-10-03 19:51:41 UTC
  • Revision ID: monty@inaugust.com-20081003195141-qdrwocuuje7s1ntp
Moved REENTRANT.

Show diffs side-by-side

added added

removed removed

Lines of Context:
135
135
dnl  InnoDB's use.
136
136
 
137
137
AC_DEFINE([INNODB_COMPATIBILITY_HOOKS],[1],[TODO: Remove the need for this])
 
138
dnl TODO: Make a test for when this needs to be set.
 
139
AC_DEFINE([_REENTRANT],[1],[Some thread libraries require this])
138
140
 
139
141
AH_VERBATIM([posix_pthread],[
140
142
/* We want posix threads */