X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=m4%2Fwaitpid.m4;h=53af56c1b71ad0a59d117aa99a8332f8d4506d57;hb=refs%2Fheads%2Fupstream;hp=ccc25e4c5b1dc23ec1f8fda058ad47c203318228;hpb=7be93f2d05131d061bd4790ae33c8d50f50010d7;p=platform%2Fupstream%2Fm4.git diff --git a/m4/waitpid.m4 b/m4/waitpid.m4 index ccc25e4..53af56c 100644 --- a/m4/waitpid.m4 +++ b/m4/waitpid.m4 @@ -1,5 +1,5 @@ -# waitpid.m4 serial 1 -dnl Copyright (C) 2010-2011 Free Software Foundation, Inc. +# waitpid.m4 serial 2 +dnl Copyright (C) 2010-2021 Free Software Foundation, Inc. dnl This file is free software; the Free Software Foundation dnl gives unlimited permission to copy and/or distribute it, dnl with or without modifications, as long as this notice is preserved. @@ -7,9 +7,8 @@ dnl with or without modifications, as long as this notice is preserved. AC_DEFUN([gl_FUNC_WAITPID], [ AC_REQUIRE([AC_CANONICAL_HOST]) + HAVE_WAITPID=1 case $host_os in - mingw*) - AC_LIBOBJ([waitpid]) - ;; + mingw*) HAVE_WAITPID=0 ;; esac ])