mirror of
https://github.com/masscollaborationlabs/emacs.git
synced 2025-07-03 19:03:24 +00:00
* 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>
|
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.
|
* configure.ac (USG5_4): Reintroduce this.
|
||||||
(opsysfile): Set to empty on irix6-5, sol2*, and unixware.
|
(opsysfile): Set to empty on irix6-5, sol2*, and unixware.
|
||||||
|
|
||||||
|
|
|
@ -3811,7 +3811,7 @@ case $opsys in
|
||||||
sol2-10)
|
sol2-10)
|
||||||
AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes
|
AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes
|
||||||
on Solaris.])
|
on Solaris.])
|
||||||
opsysfile="s/sol2-6.h"
|
opsysfile=
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue