- fix super-fast (< 20ms) retransmission behavior when the RTT is smaller than the...
[oweals/gnunet.git] / configure.ac
index e248683b0828faa6f67f648c07f80c2e837ab47a..50169797ef677e6d0bd5690ed0aec2d170da9a5b 100644 (file)
@@ -223,7 +223,7 @@ NEED_LIBGCRYPT_VERSION=1.6.0
 
 
 AM_PATH_LIBGCRYPT("$NEED_LIBGCRYPT_API:$NEED_LIBGCRYPT_VERSION", gcrypt=1)
-AC_CHECK_DECLS([gcry_mpi_lshift], [], [], [[#include <gcrypt.h>]])
+AC_CHECK_DECLS([gcry_mpi_set_opaque_copy], [], [], [[#include <gcrypt.h>]])
 
 if test $gcrypt = 0
 then