X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=fbb9d293a9eab37efbe8695eb7a6d2fa62e50c05;hb=c559d7b34529e75285f78f84687fa8b69bfea6d6;hp=8cf4d618196e26dbda6af479c95814cd0c1bbb08;hpb=25f44cb945936c2b9e42b8f28284d71a9b67652b;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index 8cf4d61..fbb9d29 100644 --- a/configure.ac +++ b/configure.ac @@ -1196,7 +1196,7 @@ AC_COMPILE_IFELSE( dnl ** check for librt AC_CHECK_LIB(rt, clock_gettime) -AC_CHECK_FUNCS(clock_gettime) +AC_CHECK_FUNCS(clock_gettime timer_create timer_settime) dnl ** check for Apple's "interesting" long double compatibility scheme AC_MSG_CHECKING(for printf\$LDBLStub)