diff options
author | malosek <malosek@fastmq.com> | 2009-09-08 16:55:03 +0200 |
---|---|---|
committer | malosek <malosek@fastmq.com> | 2009-09-08 16:55:03 +0200 |
commit | 734a62c12d2e2fb009ccf97d7d188060a474cc17 (patch) | |
tree | cbbb565d25dc7432c62d87641f5e0b9b143d94b2 /configure.in | |
parent | 844b590b5e348d8513ed574f6548cc0be41574af (diff) |
Sparc solaris port
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 172b74a..cdca23c 100644 --- a/configure.in +++ b/configure.in @@ -48,6 +48,7 @@ case "${host_os}" in AC_CHECK_LIB(socket, main) AC_CHECK_LIB(nsl, main) AC_CHECK_LIB(rt, main) + AC_CHECK_LIB(uuid, main) CPPFLAGS="-D_REENTRANT -D_PTHREADS $CPPFLAGS" AC_MSG_CHECKING([wheter atomic operations can be used]) AC_COMPILE_IFELSE([AC_LANG_PROGRAM( |