[commit: ghc] master: Rip out Papi configure check (5d6cfbc)

git at git.haskell.org git at git.haskell.org
Mon Nov 23 12:44:09 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/5d6cfbcc89afd71a2e068c1b5f951cdd639079cc/ghc

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

commit 5d6cfbcc89afd71a2e068c1b5f951cdd639079cc
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Mon Nov 23 13:44:13 2015 +0100

    Rip out Papi configure check


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

5d6cfbcc89afd71a2e068c1b5f951cdd639079cc
 configure.ac | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 99fd892..3889cea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1014,13 +1014,6 @@ AC_COMPILE_IFELSE(
 
 AC_CHECK_FUNCS(__mingw_vfprintf)
 
-if test "$HavePapiLib" = "YES" -a "$HavePapiHeader" = "YES"; then
-   HavePapi=YES
-else
-   HavePapi=NO
-fi
-AC_SUBST(HavePapi)
-
 dnl large address space support (see includes/rts/storage/MBlock.h)
 dnl
 dnl Darwin has vm_allocate/vm_protect



More information about the ghc-commits mailing list