summaryrefslogtreecommitdiff
path: root/m4/gettimeofday.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/gettimeofday.m4')
-rw-r--r--m4/gettimeofday.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gettimeofday.m4 b/m4/gettimeofday.m4
index 3e2baa1ea8..895f892693 100644
--- a/m4/gettimeofday.m4
+++ b/m4/gettimeofday.m4
@@ -59,7 +59,7 @@ main ()
])
if test $jm_cv_func_gettimeofday_clobber = yes; then
AC_LIBOBJ(gettimeofday)
- AC_DEFINE_UNQUOTED(gettimeofday, rpl_gettimeofday,
+ AC_DEFINE(gettimeofday, rpl_gettimeofday,
[Define to rpl_gettimeofday if the replacement function should be used.])
AC_DEFINE(GETTIMEOFDAY_CLOBBERS_LOCALTIME_BUFFER, 1,
[Define if gettimeofday clobbers localtime's static buffer.])