libraries/network/configure.ac needs better check for 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*)
Trac metadata
| Trac field | Value |
|---|---|
| Version | 6.8.1 |
| Type | Bug |
| TypeOfFailure | OtherFailure |
| Priority | normal |
| Resolution | Unresolved |
| Component | Compiler |
| Test case | |
| Differential revisions | |
| BlockedBy | |
| Related | |
| Blocking | |
| CC | Christian.Maeder@dfki.de |
| Operating system | |
| Architecture | x86 |