projects
/
routeros-api.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2dc5e
)
configure.ac: Abort if gcrypt.h is not available.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Wed, 25 Nov 2009 19:08:54 +0000
(20:08 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Wed, 25 Nov 2009 19:08:54 +0000
(20:08 +0100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
eb8f889
..
dd940bf
100644
(file)
--- 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, [],