1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-10 04:43:00 +03:00

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.
This commit is contained in:
Bruno Haible
2019-09-15 19:00:51 +02:00
parent 213cd443c2
commit ccfbc26dce
4 changed files with 10 additions and 0 deletions

View File

@@ -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> 2019-09-15 Bruno Haible <bruno@clisp.org>
access: Add tests. access: Add tests.

View File

@@ -11,6 +11,7 @@ Depends-on:
stdbool stdbool
xalloc xalloc
xconcat-filename xconcat-filename
access
unistd unistd
configure.ac: configure.ac:

View File

@@ -12,6 +12,7 @@ stdbool
filename filename
xalloc xalloc
xconcat-filename xconcat-filename
access
unistd unistd
configure.ac: configure.ac:

View File

@@ -12,6 +12,7 @@ Depends-on:
stdbool stdbool
strdup strdup
concat-filename concat-filename
access
unistd unistd
configure.ac: configure.ac: