--without-iconv doesn't work?

2002-01-02 Thread Claus Assmann
System: OpenBSD 2.8 ./configure --without-iconv doesn't work: checking for catalogs to be installed... de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca configure: error: Unable to find an iconv function. See INSTALL for help I read the INSTALL file, that's

Re: --without-iconv doesn't work?

2002-01-02 Thread Daniel Eisenbud
where users don't need the functionality. -Daniel On Wed, Jan 02, 2002 at 07:20:14AM -0800, Claus Assmann [EMAIL PROTECTED] wrote: System: OpenBSD 2.8 ./configure --without-iconv doesn't work: checking for catalogs to be installed... de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR

Re: --without-iconv doesn't work?

2002-01-02 Thread Lars Hecking
without iconv. Also note that for some reason the iconv macro is defined twice in config.h: perhaps one of them is hardwired. So make The reason is that the definition in acconfig.h is superfluous. At a glance, it seems that about 20 definitions in acconfig.h are superfluous. (See

Re: --without-iconv doesn't work?

2002-01-02 Thread Magnus Bodin
On Wed, Jan 02, 2002 at 07:20:14AM -0800, Claus Assmann wrote: System: OpenBSD 2.8 ./configure --without-iconv doesn't work: checking for catalogs to be installed... de ru it es uk fr pl nl cs id sk ko el zh_TW zh_CN pt_BR eo gl sv da lt tr ja hu et ca configure: error: Unable to find

Re: --without-iconv doesn't work?

2002-01-02 Thread Claus Assmann
On Wed, Jan 02, 2002, Daniel Eisenbud wrote: This is annoying. I've successfully compiled mutt without iconv by commenting out lines in config.h, so I think that this is just a braindead policy decision. Try commenting out the iconv test you quoted below in configure, and see what happens

Re: --without-iconv doesn't work?

2002-01-02 Thread Daniel Eisenbud
On Wed, Jan 02, 2002 at 08:29:08AM -0800, Claus Assmann [EMAIL PROTECTED] wrote: On Wed, Jan 02, 2002, Daniel Eisenbud wrote: This is annoying. I've successfully compiled mutt without iconv by commenting out lines in config.h, so I think that this is just a braindead policy decision. Try

Re: --without-iconv doesn't work?

2002-01-02 Thread Lars Hecking
Claus Assmann writes: System: OpenBSD 2.8 ./configure --without-iconv doesn't work: The documentation in INSTALL is wrong. There is no --without-iconv configure option, and configure does the right thing by bombing out. I think this can be fixed, though :)