#1857: libraries/network/configure.ac needs better check for Solaris
----------------------+-----------------------------------------------------
 Reporter:  guest     |          Owner:       
     Type:  bug       |         Status:  new  
 Priority:  normal    |      Milestone:       
Component:  Compiler  |        Version:  6.8.1
 Severity:  normal    |       Keywords:       
 Testcase:            |   Architecture:  x86  
       Os:  Solaris   |  
----------------------+-----------------------------------------------------
 In libraries/network/configure.ac

 {{{
 case "$host" in
 ...
 *-solaris2)
 }}}

 does not match "solaris2.10" so nsl and socket are not included. I've
 changed the case to:

 {{{
 *-solaris2*)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1857>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to