From 8dff7012bef31424578b697b8eab56262ddd8c33 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Mon, 23 Jan 2017 18:25:15 -0800 Subject: Check for git presence ... and make the optiont that fetch from Git repositories depend on the git discovery. Signed-off-by: Alexey Neyman --- config/binutils/binutils.in.2 | 3 ++- config/libc/mingw.in | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'config') diff --git a/config/binutils/binutils.in.2 b/config/binutils/binutils.in.2 index 336098b2..7a1291f9 100644 --- a/config/binutils/binutils.in.2 +++ b/config/binutils/binutils.in.2 @@ -11,13 +11,14 @@ choice config ELF2FLT_GIT bool prompt "git" + depends on CONFIGURE_has_git help Grab the latest version of elf2flt from the CVS repository config ELF2FLT_CUSTOM bool prompt "Custom elf2flt" - depends on EXPERIMENTAL + depends on EXPERIMENTAL || !CONFIGURE_has_git help The choosen elf2flt version shall be not downloaded. Instead use a custom location to get the source. 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 -- cgit v1.2.3