* configure.ac (opsysfile): Forgot to set it to empty on sol2-10
when removing src/s/sol2-6.h yesterday.
This commit is contained in:
parent
268e2432c9
commit
cd8bac79f6
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2012-07-31 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* configure.ac (opsysfile): Forgot to set it to empty on sol2-10
|
||||
when removing src/s/sol2-6.h yesterday.
|
||||
|
||||
* configure.ac (USG5_4): Reintroduce this.
|
||||
(opsysfile): Set to empty on irix6-5, sol2*, and unixware.
|
||||
|
||||
|
|
|
@ -3811,7 +3811,7 @@ case $opsys in
|
|||
sol2-10)
|
||||
AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes
|
||||
on Solaris.])
|
||||
opsysfile="s/sol2-6.h"
|
||||
opsysfile=
|
||||
;;
|
||||
esac
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue