From: Tim Kientzle Date: Fri, 18 Mar 2011 05:24:06 +0000 (-0400) Subject: ICONV_CONST needs to be #defined always, X-Git-Tag: v3.0.0a~647 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76949faae1ed85dc697be4bc97c2d6f05be16c7a;p=thirdparty%2Flibarchive.git ICONV_CONST needs to be #defined always, even if its replacement value is empty. SVN-Revision: 3025 --- diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in index 0fc6692d4..bc3cb0821 100644 --- a/build/cmake/config.h.in +++ b/build/cmake/config.h.in @@ -920,7 +920,7 @@ typedef uint64_t uintmax_t; #cmakedefine HAVE_ZLIB_H 1 /* Define as const if the declaration of iconv() needs const. */ -#cmakedefine ICONV_CONST ${ICONV_CONST} +#define ICONV_CONST ${ICONV_CONST} /* Define to 1 if you have the `_ctime64_s' function. */ #cmakedefine HAVE__CTIME64_S 1