diff options
author | Brent Cook <busterb@gmail.com> | 2020-10-06 19:40:29 -0500 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2020-10-06 19:40:29 -0500 |
commit | b9918fc1ecfa74d6d3d9a3c533603a9677108d24 (patch) | |
tree | 9b0f7db267b0c5346996ceb55e31946862db1b69 /configure.ac | |
parent | 0ef7d54fbcc9f4e51d3f56479df8d2e24bb7c5ae (diff) | |
parent | 5a29b0472d5d0d1aa9936e430a87299fdb0f17ba (diff) | |
download | portable-b9918fc1ecfa74d6d3d9a3c533603a9677108d24.tar.gz portable-b9918fc1ecfa74d6d3d9a3c533603a9677108d24.tar.bz2 portable-b9918fc1ecfa74d6d3d9a3c533603a9677108d24.zip |
Land #610, Statically link libcrypto/ssl into libtls
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 75b88fe..3aca617 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -29,8 +29,7 @@ USER_CFLAGS="$CFLAGS" | |||
29 | AC_PROG_CC([cc gcc]) | 29 | AC_PROG_CC([cc gcc]) |
30 | AC_PROG_CC_STDC | 30 | AC_PROG_CC_STDC |
31 | AM_PROG_CC_C_O | 31 | AM_PROG_CC_C_O |
32 | AC_PROG_LIBTOOL | 32 | LT_INIT([pic-only]) |
33 | LT_INIT | ||
34 | 33 | ||
35 | CHECK_OS_OPTIONS | 34 | CHECK_OS_OPTIONS |
36 | 35 | ||