diff options
author | Martin Sustrik <sustrik@fastmq.com> | 2009-09-09 12:14:04 +0200 |
---|---|---|
committer | Martin Sustrik <sustrik@fastmq.com> | 2009-09-09 12:14:04 +0200 |
commit | d81d3412520c9fed36f39462840c7d35815f4a87 (patch) | |
tree | de31a91da14aacdb3a736e40f823139946b86d76 | |
parent | 1864832adaa173b7c85d4321b8ff8c396ce6b9af (diff) | |
parent | 4cc923b0252a0f1f0ee52508b7a3108e8e3c0950 (diff) |
Merge branch 'master' of github.com:sustrik/zeromq2
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index cdca23c..4457d0b 100644 --- a/configure.in +++ b/configure.in @@ -41,7 +41,7 @@ case "${host_os}" in 's/^hardcode_libdir_flag_spec.*$'/'hardcode_libdir_flag_spec=" "/' mv libtool-2 libtool chmod 755 libtool - AC_CHECK_LIB(uuid, uuid_generate) + AC_CHECK_LIB(uuid, main, , [AC_MSG_ERROR([Could not link with libuuid, install develop version.])]) ;; *solaris*) AC_DEFINE(ZMQ_HAVE_SOLARIS, 1, [Have Solaris OS]) |