]> Savannah Git Hosting - gnulib.git/commitdiff
findprog, findprog-lgpl, findprog-in: Fix crash on MSVC.
authorBruno Haible <bruno@clisp.org>
Sun, 15 Sep 2019 17:00:51 +0000 (19:00 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 15 Sep 2019 17:00:51 +0000 (19:00 +0200)
* modules/findprog (Depends-on): Add access.
* modules/findprog-lgpl (Depends-on): Likewise.
* modules/findprog-in (Depends-on): Likewise.

ChangeLog
modules/findprog
modules/findprog-in
modules/findprog-lgpl

index 394dcd51bcc2708d6cfdec8ed84f8ddd8dc9edc8..7d2eb3aa93ad0ba69806c041d4cb5bfca9cb6769 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2019-09-15  Bruno Haible  <bruno@clisp.org>
+
+       findprog, findprog-lgpl, findprog-in: Fix crash on MSVC.
+       * modules/findprog (Depends-on): Add access.
+       * modules/findprog-lgpl (Depends-on): Likewise.
+       * modules/findprog-in (Depends-on): Likewise.
+
 2019-09-15  Bruno Haible  <bruno@clisp.org>
 
        access: Add tests.
index c849d667c6dd10e92655981672b6c81e36d7d7b5..d48158b7910102a09df788a3ac9eb243d8fc7f61 100644 (file)
@@ -11,6 +11,7 @@ Depends-on:
 stdbool
 xalloc
 xconcat-filename
+access
 unistd
 
 configure.ac:
index ce7faa50eac35ed5e3dd57e87c9543cc4763321d..971366b83ad310d446f6dec9460d1b65f1a42146 100644 (file)
@@ -12,6 +12,7 @@ stdbool
 filename
 xalloc
 xconcat-filename
+access
 unistd
 
 configure.ac:
index 63c78d0b1e1de8b5a1be77a602fd1641e74cdee7..477eccb003b4260afc8be6cb92e8a0f817c8cf70 100644 (file)
@@ -12,6 +12,7 @@ Depends-on:
 stdbool
 strdup
 concat-filename
+access
 unistd
 
 configure.ac: