[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] link againt iconv on bsd

From: Branko Čibej <brane_at_xbc.nu>
Date: 2002-07-20 00:45:21 CEST

Branko Čibej wrote:

> Probably should check for the libc iconv first, and have_iconv must
> always have a value; so tis would become:
>
> AC_CHECK_FUNCS(iconv, [ have_iconv="1" ], [
> AC_CHECK_LIB(iconv, iconv, [
> APR_ADDTO(APRUTIL_EXPORT_LIBS,[-liconv])
> APR_ADDTO(APRUTIL_LIBS,[-liconv])
> have_iconv="1"
> ],
> [ have_iconv="0" ]
> ])

Yikes, and don't forget the missing ')' in the line before last.

-- 
Brane Čibej   <brane_at_xbc.nu>   http://www.xbc.nu/brane/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Jul 20 00:45:50 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.