]> git.ipfire.org Git - thirdparty/libarchive.git/commitdiff
ICONV_CONST needs to be #defined always,
authorTim Kientzle <kientzle@gmail.com>
Fri, 18 Mar 2011 05:24:06 +0000 (01:24 -0400)
committerTim Kientzle <kientzle@gmail.com>
Fri, 18 Mar 2011 05:24:06 +0000 (01:24 -0400)
even if its replacement value is empty.

SVN-Revision: 3025

build/cmake/config.h.in

index 0fc6692d4e78a0b4471063aaf3d88cceceaaa6eb..bc3cb08213d6f78bdf99ed81b8aaf262807a5352 100644 (file)
@@ -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