diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-11-23 13:44:13 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-11-23 13:44:13 +0100 |
commit | 5d6cfbcc89afd71a2e068c1b5f951cdd639079cc (patch) | |
tree | 702e7a1236e592fb43724abe97a72ace2b0e1e2e /configure.ac | |
parent | 02c689cd1ce2a55adf6318eb9bd69f227f1abda2 (diff) | |
download | haskell-5d6cfbcc89afd71a2e068c1b5f951cdd639079cc.tar.gz |
Rip out Papi configure check
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac index 99fd892d89..3889cea904 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 |