projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c4e0b10
)
; * configure.ac: Fix typo.
author
Po Lu
<luangruo@yahoo.com>
Thu, 10 Aug 2023 01:58:02 +0000
(
01:58
+0000)
committer
Po Lu
<luangruo@yahoo.com>
Thu, 10 Aug 2023 01:58:02 +0000
(
01:58
+0000)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index b5f8a0d5416b6a1aeb4d0a1e49e1f3e2adfaca93..0bc0de1bfac14ecc3b14693bdd461c0c0a6a6684 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-2647,7
+2647,7
@@
AC_CACHE_CHECK([for old but post-boot file],
AS_CASE([$emacs_cv_boot_time_file],
[/*|*:*], [BOOT_TIME_FILE=\"$emacs_cv_boot_time_file\"],
- [
'not needed'
], [BOOT_TIME_FILE=],
+ [
not-needed
], [BOOT_TIME_FILE=],
[# Guess systemd if unknown.
# If guess is wrong, Emacs falls back on something else.
BOOT_TIME_FILE=\"/var/lib/systemd/random-seed\"])