diff --git a/e-util/e-iconv.c b/e-util/e-iconv.c index 774c6f6293..44c91fd412 100644 --- a/e-util/e-iconv.c +++ b/e-util/e-iconv.c @@ -5,7 +5,7 @@ * * Authors: * Michael Zucchi - * Jeffery Steadfast + * Jeffery Stedfast * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -43,7 +43,7 @@ #endif /* FIXME: Use feature test */ -#ifndef __sun__ +#if !defined (__aix__) && !defined (__irix__) && !defined (__sun__) #define ICONV_ISO_NEEDS_DASH (1) #endif