~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to config/ac-macros/misc.m4

  • Committer: Monty Taylor
  • Date: 2008-07-31 18:25:59 UTC
  • mto: (202.3.5 gettextize)
  • mto: This revision was merged to the branch mainline in revision 243.
  • Revision ID: monty@inaugust.com-20080731182559-txjt9f3dfhusxfp8
Renamed MYSQL_TIME to DRIZZLE_TIME.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
])
90
90
#---END:
91
91
 
92
 
AC_DEFUN([MYSQL_TIMESPEC_TS],
 
92
AC_DEFUN([DRIZZLE_TIMESPEC_TS],
93
93
[AC_CACHE_CHECK([if struct timespec has a ts_sec member], mysql_cv_timespec_ts,
94
94
[AC_TRY_COMPILE([#include <pthread.h>
95
95
#ifdef __cplusplus