[evolution-data-server] Bug 587374 - iconv test broken on some gcc
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution-data-server] Bug 587374 - iconv test broken on some gcc
- Date: Tue, 30 Jun 2009 13:26:41 +0000 (UTC)
commit 13a21d9b78f61d8bdc95c54169c657f872c183a9
Author: Matthew Barnes <mbarnes redhat com>
Date: Tue Jun 30 09:23:19 2009 -0400
Bug 587374 - iconv test broken on some gcc
configure.ac | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 83598db..f94a4e3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -334,13 +334,9 @@ LIBS="$LIBS $ICONV_LIBS -liconv"
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
ICONV_LIBS="$ICONV_LIBS -liconv"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]