Re: encode search url using C



On 10/11/2012 04:16 PM, Rudra Banerjee wrote:
> Hi,
> Thanks for this excellent support.
> But now, I am facing another problem.
> I am building my project with autotools.
> The libsoup doc says:
> "So in your configure script, you might specify something like:
> 
> 1
> 2
> 3
> PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >= 2.26])
> AC_SUBST(LIBSOUP_CFLAGS)
> AC_SUBST(LIBSOUP_LIBS)"
> 
> which I did in my configure script, manually, but still, I am getting
> error:
> ./configure: line 3471: syntax error near unexpected token `LIBSOUP,'
> ./configure: line 3471: `PKG_CHECK_MODULES(LIBSOUP, [libsoup-2.4 >=
> 2.26])'

Just to double check, you did put it in "configure.ac" (or configure.in)
and not "configure", right?

-- Christian



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