Stefan Sperling <s...@elego.de> writes:

> One possible solution to this problem is to make sure that SVN_INTL_LIBS
> is always defined, either to an empty string, or to the appropriate
> linke flags (e.g. "-lintl", or "-lintl -liconv").
> This is what I want to achieve.

The docs for AC_SEARCH_LIB say you can check the variable
ac_cv_search_bindtextdomian to determine whether a library was needed
but it might be simpler to simply do an AC_LINKIFELSE to see if it works
with no library and AC_CHECK_LIB for -lintl if it fails.

-- 
Philip Martin | Subversion Committer
WANdisco // *Non-Stop Data*

Reply via email to