From b679661d275e7e5ebafb665654cb39a2003b67bc Mon Sep 17 00:00:00 2001 From: Herb Lewis Date: Thu, 14 Aug 2003 22:46:25 +0000 Subject: get rid of IRIX test as it is wrong. (This used to be commit a93fa23c17c9f69de224cdd5471916eda3cd4fec) --- source3/configure.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'source3') diff --git a/source3/configure.in b/source3/configure.in index 5fd35cec38..8af1287517 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -1579,10 +1579,7 @@ main(){ if (cd == 0 || cd == (iconv_t)-1) { cd = iconv_open("IBM850", "UCS-2LE"); /* Solaris has this */ if (cd == 0 || cd == (iconv_t)-1) { - cd = iconv_open("ISO8859-1", "UTF-8"); /* IRIX has this */ - if (cd == 0 || cd == (iconv_t)-1) { - return -1; - } + return -1; } } } -- cgit