From cd8bac79f61b279a6db2bcf12a59ecd8b43b4a02 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 30 Jul 2012 23:46:42 -0700 Subject: [PATCH] * configure.ac (opsysfile): Forgot to set it to empty on sol2-10 when removing src/s/sol2-6.h yesterday. --- ChangeLog | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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 -- 2.39.2