mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-05 22:20:24 -08:00
Fix the MS-DOS, Haiku, USG, etc builds
* configure.ac (emacs_cv_boot_time_file): Only compute this on GNU/Linux, the sole system with systemd. * nt/inc/ms-w32.h (BOOT_TIME_FILE): Remove now redundant #undef. * src/filelock.c (get_boot_time): Eschew BOOT_TIME_FILE if not defined.
This commit is contained in:
parent
e1d08e9e11
commit
c4e0b10f18
3 changed files with 15 additions and 12 deletions
|
|
@ -121,7 +121,6 @@ along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
|
|||
the output, but that's gross. So this should do; if the file is
|
||||
not there, the boot time will be returned as zero, and filelock.c
|
||||
already handles that. */
|
||||
#undef BOOT_TIME_FILE
|
||||
#define BOOT_TIME_FILE "C:/pagefile.sys"
|
||||
|
||||
/* ============================================================ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue