From 67f79fc8027150656bf39ba1910caa54490889b7 Mon Sep 17 00:00:00 2001 From: Po Lu Date: Thu, 10 Aug 2023 01:58:02 +0000 Subject: [PATCH] ; * configure.ac: Fix typo. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index b5f8a0d5416..0bc0de1bfac 100644 --- 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\"]) -- 2.39.5