Solaris: Use OLD_ICONV to avoid compile warnings
commit6e2dfb1631b3c40574e6f940498f3889607c3ef8
authorDavid Soria Parra <dsp@php.net>
Thu, 2 Oct 2008 00:08:47 +0000 (2 02:08 +0200)
committerShawn O. Pearce <spearce@spearce.org>
Fri, 3 Oct 2008 00:27:31 +0000 (2 17:27 -0700)
tree29e9b79055bb2bb01224a5e22f15940a0d67fbaa
parentb65910fec21db070ac40521e4b375fca76d27c90
Solaris: Use OLD_ICONV to avoid compile warnings

Solaris systems use the old styled iconv(3) call and therefore
the OLD_ICONV variable should be set. Otherwise we get annoying compile
warnings.

Signed-off-by: David Soria Parra <dsp@php.net>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Makefile