* 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:
Glenn Morris 2012-07-30 23:46:42 -07:00
parent 268e2432c9
commit cd8bac79f6
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -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