diff options
author | June McEnroe <june@causal.agency> | 2020-10-22 03:22:20 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-10-22 03:22:20 -0400 |
commit | 55bd56237bac9a0522185181b3a5a6233ab5b65b (patch) | |
tree | 117ca2978aa5be870a8c066588fecf1ad0a81bf4 /configure.ac | |
parent | Merge LibreSSL 3.2.1 into master (diff) | |
parent | Import LibreSSL 3.2.2 (diff) | |
download | libretls-55bd56237bac9a0522185181b3a5a6233ab5b65b.tar.gz libretls-55bd56237bac9a0522185181b3a5a6233ab5b65b.zip |
Merge LibreSSL 3.2.2 into master 3.2.2
No changes in libtls.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 42c4c9b..f2a27a9 100644 --- a/configure.ac +++ b/configure.ac @@ -27,8 +27,7 @@ USER_CFLAGS="$CFLAGS" AC_PROG_CC([cc gcc]) AC_PROG_CC_STDC AM_PROG_CC_C_O -AC_PROG_LIBTOOL -LT_INIT +LT_INIT([pic-only]) CHECK_OS_OPTIONS |