(jm_LIST_MOUNTED_FILESYSTEMS)
[gnulib.git] / m4 / jm-mktime.m4
index 63e7cef..d687c99 100644 (file)
@@ -10,7 +10,7 @@ AC_DEFUN([jm_FUNC_MKTIME],
  AC_CHECK_FUNCS(localtime_r)
 
  if test $ac_cv_func_working_mktime = no; then
-   AC_DEFINE_UNQUOTED(mktime, rpl_mktime,
+   AC_DEFINE(mktime, rpl_mktime,
     [Define to rpl_mktime if the replacement function should be used.])
  fi
 ])