diff options
| -rw-r--r-- | ChangeLog | 3 | ||||
| -rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-07-31 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-31 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.ac (opsysfile): Forgot to set it to empty on sol2-10 | ||
| 4 | when removing src/s/sol2-6.h yesterday. | ||
| 5 | |||
| 3 | * configure.ac (USG5_4): Reintroduce this. | 6 | * configure.ac (USG5_4): Reintroduce this. |
| 4 | (opsysfile): Set to empty on irix6-5, sol2*, and unixware. | 7 | (opsysfile): Set to empty on irix6-5, sol2*, and unixware. |
| 5 | 8 | ||
diff --git a/configure.ac b/configure.ac index a5a59f96b17..78e70138797 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -3811,7 +3811,7 @@ case $opsys in | |||
| 3811 | sol2-10) | 3811 | sol2-10) |
| 3812 | AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes | 3812 | AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes |
| 3813 | on Solaris.]) | 3813 | on Solaris.]) |
| 3814 | opsysfile="s/sol2-6.h" | 3814 | opsysfile= |
| 3815 | ;; | 3815 | ;; |
| 3816 | esac | 3816 | esac |
| 3817 | 3817 | ||