diff options
author | Ian Lynagh <ian@well-typed.com> | 2012-09-10 13:14:45 +0100 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2012-09-10 13:14:45 +0100 |
commit | da5b7ba335e2f440347dd548351f43f83e8f245e (patch) | |
tree | a075c53ddd37cb63d5cbbee5b784d35cbf75a757 /aclocal.m4 | |
parent | c85539630eef593061ac223c18d248355f78a921 (diff) | |
download | haskell-da5b7ba335e2f440347dd548351f43f83e8f245e.tar.gz |
Remove some more CPP
Diffstat (limited to 'aclocal.m4')
-rw-r--r-- | aclocal.m4 | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4 index b4e155b3fd..645f7777b9 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -226,7 +226,10 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS], haiku) test -z "[$]2" || eval "[$]2=OSHaiku" ;; - dragonfly|osf1|osf3|hpux|linuxaout|freebsd2|cygwin32|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix) + osf3) + test -z "[$]2" || eval "[$]2=OSOsf3" + ;; + dragonfly|osf1|hpux|linuxaout|freebsd2|cygwin32|gnu|nextstep2|nextstep3|sunos4|ultrix|irix|aix) test -z "[$]2" || eval "[$]2=OSUnknown" ;; *) |