]> Savannah Git Hosting - gnulib.git/commitdiff
findprog: Remove test that is obsolete since 2006-04-24.
authorBruno Haible <bruno@clisp.org>
Sun, 8 Sep 2019 16:16:12 +0000 (18:16 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 8 Sep 2019 16:16:12 +0000 (18:16 +0200)
* m4/findprog.m4 (gl_FINDPROG): Don't test for unistd.h.

ChangeLog
m4/findprog.m4

index 5c226ce436ab0b592b0c0169062cd7dec66d9444..66ba80fb4bed1ced489a718dd30f7f5d049635af 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-09-08  Bruno Haible  <bruno@clisp.org>
+
+       findprog: Remove test that is obsolete since 2006-04-24.
+       * m4/findprog.m4 (gl_FINDPROG): Don't test for unistd.h.
+
 2019-09-06  Akim Demaille  <akim@lrde.epita.fr>
 
        bitset: style changes
index 062297c4c995622a52cf03c9a4efd9cae652cfab..f269d3fdc47dcc50bb549a91d58f02d30e13fa1a 100644 (file)
@@ -1,4 +1,4 @@
-# findprog.m4 serial 2
+# findprog.m4 serial 3
 dnl Copyright (C) 2003, 2009-2019 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -7,6 +7,5 @@ dnl with or without modifications, as long as this notice is preserved.
 AC_DEFUN([gl_FINDPROG],
 [
   dnl Prerequisites of lib/findprog.c.
-  AC_CHECK_HEADERS_ONCE([unistd.h])
   AC_REQUIRE([gl_FUNC_EACCESS])
 ])