diff options
author | June McEnroe <june@causal.agency> | 2020-04-20 10:36:03 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-04-20 10:36:03 -0400 |
commit | a2e95a5618e38d04f6efaf1f16c683631a9346f9 (patch) | |
tree | 17db927cc99a6083b721097a82c0cfa96aa61596 /configure | |
parent | Use for loop for getopt in calico (diff) | |
download | pounce-a2e95a5618e38d04f6efaf1f16c683631a9346f9.tar.gz pounce-a2e95a5618e38d04f6efaf1f16c683631a9346f9.zip |
Use . as ${LDLIBS.$@} separator
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
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 |