gnash-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnash-dev] ./configure error


From: Rob Savoye
Subject: Re: [Gnash-dev] ./configure error
Date: Mon, 09 Oct 2006 09:03:35 -0600
User-agent: Thunderbird 1.5.0.7 (X11/20060913)

strk wrote:
> I think I fixed this, it was {ac_cv_path_ogg_lib} being set
> to output of pkg-config --libs (so including -L and -l switches and spaces).
> I moved pkg-config call *after* the manual check.

>>         if test -f ${ac_cv_path_ogg_lib}/libogg.a -o -f 
>> ${ac_cv_path_ogg_lib}/libogg.so; then

  You shouldn't need to move the pkg-config check after the manual
check, that defeats the purpose. There should be a test to see if
${ac_cv_path_ogg_lib} is set after a pkg-config attempt, and this test
code should only be executed if pkg-config fails or doesn't exist.

        - rob -




reply via email to

[Prev in Thread] Current Thread [Next in Thread]