summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--m4/mkstemp.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/mkstemp.m4 b/m4/mkstemp.m4
index 461736325..9204fbd1c 100644
--- a/m4/mkstemp.m4
+++ b/m4/mkstemp.m4
@@ -24,7 +24,7 @@ AC_DEFUN([gl_FUNC_MKSTEMP],
int i;
for (i = 0; i < 70; i++)
{
- char template[] = "conftest.mkstemp/coXXXXXX.tmp";
+ char template[] = "conftest.mkstemp/coXXXXXX";
int fd = mkstemp (template);
if (fd == -1)
exit (1);