Changeset ad852cb8546e10444c22e82377d8821d24cfec15
- Timestamp:
- 11/03/08 23:06:06
(5 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1225753566 +0000
- git-parent:
[974e5c453348116220ccd02c8307b980865ba41e]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1225753566 +0000
- Message:
does this work? refs #60
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r644a39f |
rad852cb |
|
| 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 |
|---|