~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to m4/mktime.m4

Extracted the LOAD command into its own class and implementation files.
Removed the corresponding case label from the switch statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
 
212
212
AC_DEFUN([gl_FUNC_MKTIME],
213
213
[
214
 
  AC_REQUIRE([gl_HEADER_TIME_H_DEFAULTS])
215
214
  AC_FUNC_MKTIME
216
 
  dnl Note: AC_FUNC_MKTIME does AC_LIBOBJ([mktime]).
 
215
  dnl Note: AC_FUNC_MKTIME does AC_LIBOBJ(mktime).
217
216
  if test $ac_cv_func_working_mktime = no; then
218
 
    REPLACE_MKTIME=1
 
217
    AC_DEFINE(mktime, rpl_mktime,
 
218
      [Define to rpl_mktime if the replacement function should be used.])
219
219
    gl_PREREQ_MKTIME
220
220
  fi
221
221
])