Ticket #55337: patch-configure-gettime.diff

File patch-configure-gettime.diff, 684 bytes (added by hcardwell, 6 years ago)

Diff to remove gettime checks in configure.

  • configure.in

    old new  
    8282
    8383AC_HEADER_ASSERT
    8484AC_CHECK_LIB(pthread, pthread_mutex_init)
    85 AC_SEARCH_LIBS(clock_gettime,rt,,AC_MSG_ERROR(could not find the library containing clock_gettime!))
     85#AC_SEARCH_LIBS(clock_gettime,rt,,AC_MSG_ERROR(could not find the library containing clock_gettime!))
    8686AC_SEARCH_LIBS(sem_init,rt posix,,AC_MSG_ERROR(could not find semaphore functions!))
    8787AC_SEARCH_LIBS(rint,m,,AC_MSG_ERROR(unable to find rint))
    8888AC_SEARCH_LIBS(seteuid,c,AC_DEFINE([HAVE_SETEUID], [1], [Define to 1 if you have the seteuid() function]),)