diff options
| author | Glenn Morris | 2012-07-30 23:46:42 -0700 |
|---|---|---|
| committer | Glenn Morris | 2012-07-30 23:46:42 -0700 |
| commit | cd8bac79f61b279a6db2bcf12a59ecd8b43b4a02 (patch) | |
| tree | 94671d8ece2fffdc2653dc13b91eafa9dd507b28 | |
| parent | 268e2432c9fce95a332c480f7c598063dad0019a (diff) | |
| download | emacs-cd8bac79f61b279a6db2bcf12a59ecd8b43b4a02.tar.gz emacs-cd8bac79f61b279a6db2bcf12a59ecd8b43b4a02.zip | |
* configure.ac (opsysfile): Forgot to set it to empty on sol2-10
when removing src/s/sol2-6.h yesterday.
| -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 | ||