Changeset 514

Show
Ignore:
Timestamp:
11/03/08 18:06:06 (2 months ago)
Author:
jesus
Message:

does this work? refs #60

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/configure.in

    r435 r514  
    111111AC_CHECK_LIB(posix4, sem_wait, , ) 
    112112AC_CHECK_LIB(pthread, pthread_create, , ) 
    113 AC_CHECK_LIB(uuid, uuid_generate, , [AC_MSG_ERROR(*** uuid is required ***)]) 
     113AC_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 
    114117# Some libraries provide an unparse_lower command 
    115118# we use that, so if it isn't present, we'll need