]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1748] Removed LIBS
authorFrancis Dupont <fdupont@isc.org>
Mon, 15 Mar 2021 16:17:00 +0000 (17:17 +0100)
committerFrancis Dupont <fdupont@isc.org>
Tue, 23 Mar 2021 13:16:54 +0000 (14:16 +0100)
m4macros/ax_crypto.m4

index 9876229006ea6ea688099353f1f83547ad5b84b9..6bcac04ee9e4a094abe237c089c680931363c59e 100644 (file)
@@ -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
 ])