From: Glenn Morris Date: Tue, 31 Jul 2012 06:46:42 +0000 (-0700) Subject: * configure.ac (opsysfile): Forgot to set it to empty on sol2-10 X-Git-Tag: emacs-24.2.90~973 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cd8bac79f61b279a6db2bcf12a59ecd8b43b4a02;p=emacs.git * configure.ac (opsysfile): Forgot to set it to empty on sol2-10 when removing src/s/sol2-6.h yesterday. --- diff --git a/ChangeLog b/ChangeLog index d1fe008ccf1..8d4b71742ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2012-07-31 Glenn Morris + * 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. 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 sol2-10) AC_DEFINE(_STRUCTURED_PROC, 1, [Needed for system_process_attributes on Solaris.]) - opsysfile="s/sol2-6.h" + opsysfile= ;; esac