Reported by KO Myung-Hun <komh78@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.
+2020-12-01 Bruno Haible <bruno@clisp.org>
+
+ spawn-pipe: Fix handling of OS/2 kLIBC.
+ Reported by KO Myung-Hun <komh78@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.
+
2020-11-30 Bruno Haible <bruno@clisp.org>
execute: Fix uninitialized use of errno.
gl_SPAWN_PIPE
AC_REQUIRE([AC_CANONICAL_HOST])
case "$host_os" in
- os2)
+ os2*)
AC_LIBOBJ([os2-spawn])
;;
esac