On Thu, Jul 22, 2010 at 8:15 PM, Hans Janssen <handigehan...@gmail.com> wrote:
> Lance Levsen wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Error message:
>> ./configure: line 10540: apr-1-config: command not found
>> ./configure: line 10541: apr-1-config: command not found
>>
>> Comes from configure.ac:
>> LIBS="`apr-1-config --link-ld`"
>> CPPFLAGS="-I/usr/include/subversion-1 `apr-1-config --includes`"
>>
>> What is apr-1-config?
>
> apr-1-config is part of the apr-util package.
> Do you have apr-util installed ?

That configure test is broken. It should first check that apr-1-config
is available. Also, even if it finds the headers it should verify the
libraries too and revert to external subversion if not successful.

-- 
Csaba/Jester

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to