summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2013-06-14 14:50:13 -0700
committerAlan Antonuk <alan.antonuk@gmail.com>2013-06-14 15:52:56 -0700
commit2308069ccad42b892f10f7cb4d5dd68e890408c8 (patch)
tree7f463a8abce0dab566dd0c639f9ae074e158210d /configure.ac
parentc83e7288ce82965a1cd1dc6d80db0486476d5f06 (diff)
downloadrabbitmq-c-github-ask-2308069ccad42b892f10f7cb4d5dd68e890408c8.tar.gz
Add amqp_get_monotonic_timestamp() function
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index c4b058b..931a22b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -98,6 +98,7 @@ AC_SEARCH_LIBS([socket], [socket], [],
[LIBS="-lsocket -lnsl $LIBS"],
[AC_MSG_ERROR([cannot find socket library (library with socket symbol)])],
[-lnsl])])
+AC_SEARCH_LIBS([clock_gettime], [rt])
AC_CHECK_FUNCS([htonll])
AC_ARG_ENABLE([regen-amqp-framing],