Ticket #55337: patch-configure-gettime.diff
File patch-configure-gettime.diff, 684 bytes (added by hcardwell, 7 years ago) |
---|
-
configure.in
old new 82 82 83 83 AC_HEADER_ASSERT 84 84 AC_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!)) 86 86 AC_SEARCH_LIBS(sem_init,rt posix,,AC_MSG_ERROR(could not find semaphore functions!)) 87 87 AC_SEARCH_LIBS(rint,m,,AC_MSG_ERROR(unable to find rint)) 88 88 AC_SEARCH_LIBS(seteuid,c,AC_DEFINE([HAVE_SETEUID], [1], [Define to 1 if you have the seteuid() function]),)