From e1a94f917df4da9073cf52d8dcdb26bc12b76930 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 17 Jun 2004 15:36:37 +0000 Subject: actually, scratch the last change git-svn-id: https://svn.musicpd.org/mpd/trunk@1524 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- configure.ac | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f1c867ebe..9137a074b 100644 --- a/configure.ac +++ b/configure.ac @@ -157,26 +157,6 @@ if test x$enable_iconv = xyes; then if test x$enable_iconv = xyes; then AC_CHECK_LIB(iconv,main,MPD_LIBS="$MPD_LIBS $ICONV_LIBS",) AC_DEFINE(HAVE_ICONV,1,[Define to use iconv]) - AC_MSG_CHECKING([for iconv declaration]) - AC_CACHE_VAL(proto_iconv, [ - AC_TRY_COMPILE([ -#include -#include -extern -#ifdef __cplusplus -"C" -#endif -#if defined(__STDC__) || defined(__cplusplus) -size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); -#else -size_t iconv(); -#endif -], [], iconv_arg1="", iconv_arg1="const") - proto_iconv="extern size_t iconv (iconv_t cd, $am_cv_proto_iconv_arg1 char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);"]) - proto_iconv=`echo "[$]am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` - AC_MSG_RESULT([$]{ac_t:-}[$]proto_iconv) - AC_DEFINE_UNQUOTED(ICONV_CONST, $proto_iconv_arg1, - [Define as const if the declaration of iconv() needs const.]) fi CFLAGS=$oldcflags LIBS=$oldlibs -- cgit v1.2.3