mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Fix ECDH configure test
This commit is contained in:
parent
c5e8a4c0fd
commit
e9d9e96d8b
@ -50,11 +50,6 @@
|
||||
* session-env.c (update_var): Fix same value detection. Fixes
|
||||
bug#1311.
|
||||
|
||||
2011-01-10 Werner Koch <wk@g10code.com>
|
||||
|
||||
* session-env.c (update_var): Fix same value detection. Fixes
|
||||
bug#1311.
|
||||
|
||||
2010-12-17 Werner Koch <wk@g10code.com>
|
||||
|
||||
* asshelp.c (lock_spawning): Add arg VERBOSE. Improve timeout
|
||||
|
@ -746,7 +746,7 @@ AC_CACHE_CHECK([whether Libgcrypt support ECDH], gnupg_cv_gcry_pk_ecdh,
|
||||
[ _gnupg_gcry_save_cflags=$CFLAGS
|
||||
CFLAGS="$CFLAGS $LIBGCRYPT_CFLAGS"
|
||||
AC_TRY_COMPILE(
|
||||
[#include <gcrypt>],
|
||||
[#include <gcrypt.h>],
|
||||
[ return GCRY_PK_ECDH; ],
|
||||
gnupg_cv_gcry_pk_ecdh=yes,
|
||||
gnupg_cv_gcry_pk_ecdh=no)
|
||||
|
Loading…
x
Reference in New Issue
Block a user