[commit: ghc] master: configure: Add Alpine Linux to checkVendor (9ae24bb)

git at git.haskell.org git at git.haskell.org
Fri Oct 27 05:32:24 UTC 2017


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

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

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

commit 9ae24bb615416b3e8d972d45ebe3dd281242d213
Author: Tuncer Ayaz <tuncer.ayaz at gmail.com>
Date:   Tue Aug 1 19:25:25 2017 +0000

    configure: Add Alpine Linux to checkVendor


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

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

diff --git a/aclocal.m4 b/aclocal.m4
index 64fa8bf..c8c5985 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -229,7 +229,7 @@ AC_DEFUN([FPTOOLS_SET_HASKELL_PLATFORM_VARS],
 
     checkVendor() {
         case [$]1 in
-        dec|none|unknown|hp|apple|next|sun|sgi|ibm|montavista|portbld)
+        dec|none|unknown|hp|apple|next|sun|sgi|ibm|montavista|portbld|alpine)
             ;;
         *)
             AC_MSG_WARN([Unknown vendor [$]1])



More information about the ghc-commits mailing list