summaryrefslogtreecommitdiff
path: root/aclocal.m4
diff options
context:
space:
mode:
authorGabor Pali <pali.gabor@gmail.com>2013-03-24 22:29:30 +0100
committerGabor Pali <pali.gabor@gmail.com>2013-03-24 22:29:30 +0100
commit98267a869ff04ec9c69d48773a15664946b0ef42 (patch)
tree0c9cfa74e059c4f318a84ebe089998fb6d56eaed /aclocal.m4
parent8575d01b4205b4545c54f9f1ba1d993a87bac72c (diff)
downloadhaskell-98267a869ff04ec9c69d48773a15664946b0ef42.tar.gz
Allow to bootstrap with a compiler from the FreeBSD Ports Collection
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 2cfa2f1518..94f34b36d6 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -201,7 +201,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
checkVendor() {
case [$]1 in
- dec|unknown|hp|apple|next|sun|sgi|ibm|montavista)
+ dec|unknown|hp|apple|next|sun|sgi|ibm|montavista|portbld)
;;
*)
echo "Unknown vendor [$]1"