From a2e95a5618e38d04f6efaf1f16c683631a9346f9 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Mon, 20 Apr 2020 10:36:03 -0400 Subject: Use . as ${LDLIBS.$@} separator --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index b75a2d3..2936780 100755 --- a/configure +++ b/configure @@ -28,7 +28,7 @@ case "$(uname)" in cat <<-EOF CFLAGS += -D_GNU_SOURCE CFLAGS += -D'CERTBOT_PATH="/etc/letsencrypt"' - LDLIBS_calico = \${LDLIBS} + LDLIBS.calico = \${LDLIBS} RCS = DIRS = EOF -- cgit 1.4.1