From: Eli Zaretskii Date: Mon, 13 Nov 2000 16:30:33 +0000 (+0000) Subject: In the entry for config.in from 2000-11-07, change HAVE_MKDIR X-Git-Tag: emacs-pretest-21.0.90~92 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7758f1c149d5620110c94649f623c0067d125695;p=emacs.git In the entry for config.in from 2000-11-07, change HAVE_MKDIR to HAVE_MKSTEMP. --- diff --git a/src/ChangeLog b/src/ChangeLog index 53774e3996f..86362c4086b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -102,7 +102,7 @@ 2000-11-07 Dave Love - * config.in (HAVE_MKDIR): Add. + * config.in (HAVE_MKSTEMP): Add. * callproc.c (Fcall_process_region) [HAVE_MKSTEMP]: Use it.