Handle solaris 2.4.
This commit is contained in:
parent
3b9ee81953
commit
32304ff922
1 changed files with 4 additions and 0 deletions
|
@ -963,6 +963,10 @@ case "${canonical}" in
|
|||
opsys=sol2-3
|
||||
NON_GNU_CPP=/usr/ccs/lib/cpp
|
||||
;;
|
||||
*-sunos5.4* | *-solaris2.4* )
|
||||
opsys=sol2-4
|
||||
NON_GNU_CPP=/usr/ccs/lib/cpp
|
||||
;;
|
||||
*-sunos5* | *-solaris* )
|
||||
opsys=sol2
|
||||
NON_GNU_CPP=/usr/ccs/lib/cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue