KO Myung-Hun wrote:
> > +case "$host_os" in
> > +  os2)
> 
> s/os2/os2*/

Thank you. Fixed:


2020-12-01  Bruno Haible  <br...@clisp.org>

        spawn-pipe: Fix handling of OS/2 kLIBC.
        Reported by KO Myung-Hun <kom...@gmail.com> in
        <https://lists.gnu.org/archive/html/bug-gnulib/2020-12/msg00005.html>.
        * modules/spawn-pipe (configure.ac): Use the common idiom for
        recognizing the OS/2 operating system.

diff --git a/modules/spawn-pipe b/modules/spawn-pipe
index 0ddbc74..2e78170 100644
--- a/modules/spawn-pipe
+++ b/modules/spawn-pipe
@@ -40,7 +40,7 @@ configure.ac:
 gl_SPAWN_PIPE
 AC_REQUIRE([AC_CANONICAL_HOST])
 case "$host_os" in
-  os2)
+  os2*)
     AC_LIBOBJ([os2-spawn])
     ;;
 esac


Reply via email to