Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/7b41a6948211b70d9cdbfee1dbd7068ffc0c6b9f

>---------------------------------------------------------------

commit 7b41a6948211b70d9cdbfee1dbd7068ffc0c6b9f
Author: Ian Lynagh <i...@well-typed.com>
Date:   Tue Nov 13 23:21:41 2012 +0000

    Remove redundant configure check for timer_create

>---------------------------------------------------------------

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 0e341ed..54e7c14 100644
--- a/configure.ac
+++ b/configure.ac
@@ -841,7 +841,7 @@ FP_VISIBILITY_HIDDEN
 
 dnl ** check for librt
 AC_CHECK_LIB(rt, clock_gettime)
-AC_CHECK_FUNCS(clock_gettime timer_create timer_settime)
+AC_CHECK_FUNCS(clock_gettime timer_settime)
 FP_CHECK_TIMER_CREATE
 
 dnl ** check for Apple's "interesting" long double compatibility scheme



_______________________________________________
Cvs-ghc mailing list
Cvs-ghc@haskell.org
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to