From 42ad10a5f09d600a87e647d74b04cd92bf9fbca7 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sat, 3 Apr 2010 05:53:05 +0000 Subject: [PATCH] #685: Applied iconv fix for cmake config file. (Nikolai Saoukh) --- config/config.h.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.h.cmake b/config/config.h.cmake index 2b1e61ec..effdc68a 100644 --- a/config/config.h.cmake +++ b/config/config.h.cmake @@ -35,7 +35,7 @@ #endif /* !EXV_COMMERCIAL_VERSION */ /* Define to `const' or to empty, depending on the second argument of `iconv'. */ -#define EXV_ICONV_CONST +#cmakedefine EXV_ICONV_CONST const /* Define to 1 if you have the header file. */ #cmakedefine EXV_HAVE_LIBINTL_H 1