Hello,
--without-libiconv-prefix --without-libintl-prefix
are not recognized and cause "make fail" on Solaris10 x86.
% ./configure --prefix=/opt/local --with-ssl=openssl --without-libiconv-prefix
--without-libintl-prefix --with-libssl-prefix=/opt/openssl
--with-libidn=/opt/local CC=gcc
% make
fails with message
In file included from http.c:32:0:
/usr/include/libintl.h:62:14: error: expected identifier or '(' before 'char'
extern char *ngettext(const char *, const char *, unsigned long int);
^
Makefile:1542: recipe for target 'http.o' failed
ENABLE_NLS seems to be #defined, although -without-libiconv-prefix
--without-libintl-prefix are specified.
Regards,
--- Kiyoshi <[email protected]>