summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-04-20 10:36:03 -0400
committerJune McEnroe <june@causal.agency>2020-04-20 10:36:03 -0400
commita2e95a5618e38d04f6efaf1f16c683631a9346f9 (patch)
tree17db927cc99a6083b721097a82c0cfa96aa61596 /configure
parentUse for loop for getopt in calico (diff)
downloadpounce-a2e95a5618e38d04f6efaf1f16c683631a9346f9.tar.gz
pounce-a2e95a5618e38d04f6efaf1f16c683631a9346f9.zip
Use . as ${LDLIBS.$@} separator
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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