From: Bruno Haible Date: Sun, 15 Sep 2019 17:00:51 +0000 (+0200) Subject: findprog, findprog-lgpl, findprog-in: Fix crash on MSVC. X-Git-Tag: v1.0~4653 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=ccfbc26dce79adcb32bf421ff813247699d70ea5;p=gnulib.git 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. --- diff --git a/ChangeLog b/ChangeLog index 394dcd51bc..7d2eb3aa93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2019-09-15 Bruno Haible + + 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 access: Add tests. diff --git a/modules/findprog b/modules/findprog index c849d667c6..d48158b791 100644 --- a/modules/findprog +++ b/modules/findprog @@ -11,6 +11,7 @@ Depends-on: stdbool xalloc xconcat-filename +access unistd configure.ac: diff --git a/modules/findprog-in b/modules/findprog-in index ce7faa50ea..971366b83a 100644 --- a/modules/findprog-in +++ b/modules/findprog-in @@ -12,6 +12,7 @@ stdbool filename xalloc xconcat-filename +access unistd configure.ac: diff --git a/modules/findprog-lgpl b/modules/findprog-lgpl index 63c78d0b1e..477eccb003 100644 --- a/modules/findprog-lgpl +++ b/modules/findprog-lgpl @@ -12,6 +12,7 @@ Depends-on: stdbool strdup concat-filename +access unistd configure.ac: