[commit: ghc] master: Follow-up fixup to c5d8162d230c373 (f40fe62)

git at git.haskell.org git at git.haskell.org
Fri Nov 20 17:09:17 UTC 2015


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

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

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

commit f40fe62d451d7a5af41430cdb6906fd2701698e0
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Fri Nov 20 18:06:50 2015 +0100

    Follow-up fixup to c5d8162d230c373
    
    This was missing from c5d8162d230c373b2b49ec94d3f9a027ff6e2dd6 / D1501
    for some reason causing the AIX detection to result in `OSUnknown`
    rather than `OSAIX`.


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

f40fe62d451d7a5af41430cdb6906fd2701698e0
 aclocal.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aclocal.m4 b/aclocal.m4
index 4bd8198..0c8252c 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -274,7 +274,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
         nto-qnx)
             test -z "[$]2" || eval "[$]2=OSQNXNTO"
             ;;
-        dragonfly|osf1|hpux|linuxaout|freebsd2|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix)
+        dragonfly|osf1|hpux|linuxaout|freebsd2|gnu|nextstep2|nextstep3|sunos4|ultrix|irix)
             test -z "[$]2" || eval "[$]2=OSUnknown"
             ;;
         aix)



More information about the ghc-commits mailing list