[evolution] Bug 587374 - iconv test broken on some gcc
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution] Bug 587374 - iconv test broken on some gcc
- Date: Tue, 30 Jun 2009 13:24:55 +0000 (UTC)
commit fc94699abb73ac79b4676214ac965a93ea3b0986
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Jun 30 09:23:43 2009 -0400
Bug 587374 - iconv test broken on some gcc
configure.ac | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index fd49b43..85d8e72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,12 +256,9 @@ AC_CACHE_CHECK(for iconv in -liconv, ac_cv_libiconv,
AC_TRY_LINK([
#include <iconv.h>
#include <stdlib.h>],[
-int main (int argc, char **argv)
-{
iconv_t cd;
cd = iconv_open ("UTF-8", "ISO-8859-1");
exit (0);
-}
], [ac_cv_libiconv=yes], [ac_cv_libiconv=no]))
if test $ac_cv_libiconv = yes; then
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]