X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=m4%2Futimes.m4;fp=m4%2Futimes.m4;h=5b010acd8b3192191fb6491b2c519837cefd0b44;hb=785cdec4450a1459fdbb90df1344b69be34e0059;hp=7efb2b026c9ddf2bf9b4075ff1672e299f24d7ec;hpb=cf7169a2ede9bb08b71de68fe0c8bbecf827abe6;p=tar diff --git a/m4/utimes.m4 b/m4/utimes.m4 index 7efb2b0..5b010ac 100644 --- a/m4/utimes.m4 +++ b/m4/utimes.m4 @@ -1,6 +1,6 @@ # Detect some bugs in glibc's implementation of utimes. -dnl Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. +dnl Copyright (C) 2003, 2004, 2005, 2009 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -78,6 +78,6 @@ main () [gl_cv_func_working_utimes=no])]) if test $gl_cv_func_working_utimes = yes; then - AC_DEFINE([HAVE_WORKING_UTIMES], 1, [Define if utimes works properly. ]) + AC_DEFINE([HAVE_WORKING_UTIMES], [1], [Define if utimes works properly. ]) fi ])