ltmain.in: Expand process.h inclusion on Windows
commitf54924fa5d8d5959038e58adab7c552c3ca495ae
authorIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 29 Feb 2024 13:58:26 +0000 (29 15:58 +0200)
committerIleana Dumitrescu <ileanadumitrescu95@gmail.com>
Thu, 29 Feb 2024 14:25:35 +0000 (29 16:25 +0200)
treeb1a67277606c82ac08a21b86df07e8722a8c6f8c
parentfb617e2ba0809218486323823b74f706cedd9aac
ltmain.in: Expand process.h inclusion on Windows

Multiple compilers on Windows besides the proprietary MSVC compiler
require process.h, and not unistd.h. The inclusion check is expanded
to include these alternative compilers which also require process.h.

* ltmain.in: Replace _MSV_VER with WIN32 and !__GNU_C check
build-aux/ltmain.in