summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorHerbert Valerio Riedel <hvr@gnu.org>2015-11-20 18:06:50 +0100
committerHerbert Valerio Riedel <hvr@gnu.org>2015-11-20 18:09:13 +0100
commitf40fe62d451d7a5af41430cdb6906fd2701698e0 (patch)
tree8fa3e57ad5f3237ff964e6b6cb74a3f1712ed33e /aclocal.m4
parent7e6dcf482addcba89f2835e55e41720881cb10a4 (diff)
downloadhaskell-f40fe62d451d7a5af41430cdb6906fd2701698e0.tar.gz
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`.
Diffstat (limited to 'aclocal.m4')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 4bd8198beb..0c8252c842 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)