Skip to Content.
Sympa Menu

freetds - [freetds] excluding libiconv

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "James K. Lowden" <jklowden AT schemamania.org>
  • To: TDS Development Group <freetds AT lists.ibiblio.org>
  • Subject: [freetds] excluding libiconv
  • Date: Wed, 6 Aug 2003 01:19:57 -0400

I think I found the road to *preventing* linking with libiconv. It's
something Bill asked about a few weeks back.

- Macro: AC_ARG_WITH (PACKAGE, HELP-STRING, [ACTION-IF-GIVEN],
[ACTION-IF-NOT-GIVEN])

Notionally, our configure.in would become something like:

AC_ARG_WITH ( libiconv, use iconv library, [ AM_ICONV ] )

Once I work out the actual syntax, you could

./configure --without-libiconv

and pick up the built-in replacement instead.

--jkl





Archive powered by MHonArc 2.6.24.

Top of Page