diff options
author | Matthias Lanzinger <mlaenz@gmail.com> | 2010-03-25 11:03:00 +0100 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2010-03-26 03:28:01 +0100 |
commit | bf7c3eb17f4de35f6639b2f3f0c1c06a27b5242b (patch) | |
tree | b0eb3cd03361db875539ce71fabaa553801d1b6b /Makefile.am | |
parent | cdbb90aceb288034dbf4f228fc4c49da1e2ed0c0 (diff) | |
download | pacman-bf7c3eb17f4de35f6639b2f3f0c1c06a27b5242b.tar.gz pacman-bf7c3eb17f4de35f6639b2f3f0c1c06a27b5242b.tar.xz |
Fix cross-compilation issues with git and libfetch
This patch fixes 2 issues I encountered when cross-compiling pacman.
First is the test for libfetch which requires explicit linking to all
libraries libfetch depends on.
The other problem results from the AC_CHECK_PROGS test for git. This
test will stop configure with an error when cross-compiling.
The fix moves the call to AC_CHECK_PROG so that is only called of
--enable-git is actually set.
Signed-off-by: Matthias Lanzinger <mlaenz@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions