X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=configure.ac;h=5ce9210d49bb4b27628eff7a88ab7cbe2fa3c98c;hb=fb390e7a9112aa5f04f3e5eda5eaf33fdcc3b330;hp=a1a9861b8234054ecc6877577ccbd7a3af54457a;hpb=06decfcd62d1ca9069cd4707115ecb92bea39064;p=ghc-hetmet.git diff --git a/configure.ac b/configure.ac index a1a9861..5ce9210 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,7 @@ dnl AC_INIT([The Glorious Glasgow Haskell Compilation System], [6.7], [glasgow-haskell-bugs@haskell.org], [ghc]) # Set this to YES for a released version, otherwise NO -RELEASE=NO +: ${RELEASE=NO} # The primary version (e.g. 6.7, 6.6.1) is set in the AC_INIT line # above. If this is not a released version, then we will append the @@ -1196,7 +1196,8 @@ 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) +FP_CHECK_TIMER_CREATE dnl ** check for Apple's "interesting" long double compatibility scheme AC_MSG_CHECKING(for printf\$LDBLStub)