From: Florian Forster Date: Wed, 25 Nov 2009 19:08:54 +0000 (+0100) Subject: configure.ac: Abort if gcrypt.h is not available. X-Git-Tag: librouteros-0.1.0~4 X-Git-Url: https://git.octo.it/?p=routeros-api.git;a=commitdiff_plain;h=52ea55cd9fe5761d9d31d67ba98436dd6827f3c1 configure.ac: Abort if gcrypt.h is not available. --- diff --git a/configure.ac b/configure.ac index eb8f889..dd940bf 100644 --- a/configure.ac +++ b/configure.ac @@ -47,7 +47,7 @@ AC_CHECK_HEADERS(netdb.h) # # Check for libgcrypt # -AC_CHECK_HEADERS(gcrypt.h) +AC_CHECK_HEADERS(gcrypt.h, [], [AC_MSG_ERROR("gcrypt.h is required for librouteros to compile")]) socket_needs_socket="no" AC_CHECK_FUNCS(socket, [],