From f4b95001d75d260d94b81f432cd57c8ce7c06505 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Sat, 17 Oct 2015 17:25:38 +0200 Subject: [PATCH] Regen the autoconf file --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 8b1bb44..1247c4a 100644 --- a/configure.ac +++ b/configure.ac @@ -168,9 +168,9 @@ fi if test "$SODIUM" = "yes"; then AC_MSG_RESULT() AC_CHECKING( for Sodium Library and Header files ... ) - AC_SEARCH_LIBS(crypto_aead_aes256gcm_aesni_encrypt, [sodium], + AC_SEARCH_LIBS(crypto_aead_aes256gcm_encrypt, [sodium], [AC_DEFINE(HAVE_SODIUM, [1], [Define to 1 if you have Sodium])], - AC_ERROR([libsodium with crypto_aead_aes256gcm_aesni_encrypt not found])) + AC_ERROR([libsodium with crypto_aead_aes256gcm_encrypt not found])) AC_SEARCH_HEADERS(sodium.h, $SSL_HDR_DIR /usr/include /usr/local/include /opt/include, ,