Changeset 514
- Timestamp:
- 11/03/08 18:06:06 (2 months ago)
- Files:
-
- trunk/configure.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/configure.in
r435 r514 111 111 AC_CHECK_LIB(posix4, sem_wait, , ) 112 112 AC_CHECK_LIB(pthread, pthread_create, , ) 113 AC_CHECK_LIB(uuid, uuid_generate, , [AC_MSG_ERROR(*** uuid is required ***)]) 113 AC_CHECK_FUNC(uuid_generate, , [ 114 AC_MSG_WARN([uuid_generate not available]) 115 AC_CHECK_LIB(uuid, uuid_generate, , [AC_MSG_ERROR(*** uuid is required ***)])]) 116 114 117 # Some libraries provide an unparse_lower command 115 118 # we use that, so if it isn't present, we'll need
