diff options
author | Francis Dupont <fdupont@isc.org> | 2021-03-15 17:17:00 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2021-03-23 14:16:54 +0100 |
commit | 20f6a888cb6122dc5859ac27760e8e4aedaa6783 (patch) | |
tree | 273a9f4866cbe53dddff41ebfb59795464cb3b7c /m4macros/ax_crypto.m4 | |
parent | [#1748] Removed name from name or address (diff) | |
download | kea-20f6a888cb6122dc5859ac27760e8e4aedaa6783.tar.xz kea-20f6a888cb6122dc5859ac27760e8e4aedaa6783.zip |
[#1748] Removed LIBS
Diffstat (limited to 'm4macros/ax_crypto.m4')
-rw-r--r-- | m4macros/ax_crypto.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/m4macros/ax_crypto.m4 b/m4macros/ax_crypto.m4 index 9876229006..6bcac04ee9 100644 --- a/m4macros/ax_crypto.m4 +++ b/m4macros/ax_crypto.m4 @@ -421,7 +421,6 @@ then ERR_PACK(ERR_LIB_SSL, 0, SSL_R_SHORT_READ);])], [], [AC_MSG_ERROR([Can not find a definition for stream_truncated (SSL short read) error])])]) - LIBS=${LIBS_SAVED} CPPFLAGS=${CPPFLAGS_SAVED} fi ]) |