From 5a5e603cd8185a61c7535af87101a6d76b451fae Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Tue, 9 Feb 2021 12:26:27 -0300 Subject: [PATCH] configure*: fix typo of HAVE_USERTMPFS Added on commit 64a8d6a7f ("compile time option to disable --private-cache and --tmpfs for regular user"). These are the only occurrences: $ git ls-files -z | xargs -0 grep -Fin USERTMPS configure:3542:HAVE_USERTMPS="" configure.ac:80:HAVE_USERTMPS="" --- configure | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 4c19e6e856c..2c00dedaf97 100755 --- a/configure +++ b/configure @@ -3539,7 +3539,7 @@ HAVE_OVERLAYFS="" # AC_SUBST(HAVE_OVERLAYFS) #]) -HAVE_USERTMPS="" +HAVE_USERTMPFS="" # Check whether --enable-usertmpfs was given. if test "${enable_usertmpfs+set}" = set; then : enableval=$enable_usertmpfs; diff --git a/configure.ac b/configure.ac index 69d85fa7796..f5e3347ea92 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ AC_SUBST(HAVE_OVERLAYFS) # AC_SUBST(HAVE_OVERLAYFS) #]) -HAVE_USERTMPS="" +HAVE_USERTMPFS="" AC_ARG_ENABLE([usertmpfs], AS_HELP_STRING([--disable-usertmpfs], [disable tmpfs as regular user])) AS_IF([test "x$enable_usertmpfs" != "xno"], [