From 52a52d556773cf57007932ed483d20d21bd53823 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Fri, 15 Oct 2021 00:32:36 +0200 Subject: configure: bash var typo --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 7f55569b0..808029a79 100755 --- a/configure +++ b/configure @@ -11646,7 +11646,7 @@ $as_echo "#define APP_MACHINEID_SUPPORT 1" >>confdefs.h SYSTEMD_MIN_VERSION=234 fi -if test -n "SYSTEMD_MIN_VERSION"; then : +if test -n "$SYSTEMD_MIN_VERSION"; then : pkg_config_init -- cgit v1.2.1