diff options
| author | Alexey Neyman <stilor@att.net> | 2017-01-24 14:26:33 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-01-24 14:26:33 -0800 |
| commit | 48bb11145de60a70cb28456d006f14a65033a758 (patch) | |
| tree | a901942d70464773a216f9d80a8ccbc74f645bab /config/libc | |
| parent | 65e037b654eb1dc1cbef649269969a3cf9aa4adc (diff) | |
| parent | 8dff7012bef31424578b697b8eab56262ddd8c33 (diff) | |
| download | crosstool-ng-48bb11145de60a70cb28456d006f14a65033a758.tar.gz crosstool-ng-48bb11145de60a70cb28456d006f14a65033a758.tar.bz2 crosstool-ng-48bb11145de60a70cb28456d006f14a65033a758.zip | |
Merge pull request #553 from stilor/check-git
Check for git presence
Diffstat (limited to 'config/libc')
| -rw-r--r-- | config/libc/mingw.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc/mingw.in b/config/libc/mingw.in index 0de5dacd..62e7a467 100644 --- a/config/libc/mingw.in +++ b/config/libc/mingw.in @@ -74,6 +74,7 @@ config WINAPI_V_DEVEL bool prompt "devel" depends on EXPERIMENTAL + depends on CONFIGURE_has_git endchoice |
