diff options
author | Michael Stahl <mstahl@redhat.com> | 2017-08-23 12:10:07 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2017-08-23 12:11:36 +0200 |
commit | 93904913040a2327652c42596e7a2b9dbee6da89 (patch) | |
tree | 31673bb5bc48653b13cf6d4d4d669e3705cc1b49 /configure.ac | |
parent | 45050470408b7c23182e89df7439a0820307f6ca (diff) |
configure: attempt to fix Android build
Can't find CONF-FOR-BUILD/donwload.lst
Change-Id: Ie6bb993a2d6fcd7723b9f4437284b862eb194316
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1cb18b284cf1..132fb398cb8d 100644 --- a/configure.ac +++ b/configure.ac @@ -4443,6 +4443,7 @@ if test "$cross_compiling" = "yes"; then bin/get_config_variables \ solenv/bin/getcompver.awk \ solenv/inc/langlist.mk \ + download.lst \ config_host.mk.in \ config_host_lang.mk.in \ Makefile.in \ |