diff options
Diffstat (limited to 'm4')
-rw-r--r-- | m4/utimes.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/utimes.m4 b/m4/utimes.m4 index 4ba5bbbb8..3b8d945ac 100644 --- a/m4/utimes.m4 +++ b/m4/utimes.m4 @@ -25,7 +25,7 @@ main () { static struct timeval timeval[2] = {{9, 10}, {999999, 999999}}; struct stat sbuf; - char const *file = "x"; + char const *file = "conftest.utimes"; FILE *f; exit ( ! ((f = fopen (file, "w")) |