diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure index ac95af6..5911471 100755 --- a/configure +++ b/configure @@ -32,9 +32,9 @@ done case "$(uname)" in (FreeBSD) - ldlibs -lcrypt - config libcrypto libtls - defvar OPENSSL_BIN openssl exec_prefix /bin/openssl + ldlibs -lcrypt -lcrypto + config libtls + defstr OPENSSL_BIN /usr/bin/openssl defstr CERTBOT_PATH /usr/local/etc/letsencrypt echo 'INSTALLS = install-rcs install-dirs' ;; |