summaryrefslogtreecommitdiff
path: root/config.h.cmake
diff options
context:
space:
mode:
authorPino Toscano <pino@kde.org>2010-03-02 21:53:55 +0100
committerPino Toscano <pino@kde.org>2010-03-02 21:53:55 +0100
commitaaa58b26733a2f7c778632da4942b588050cf33f (patch)
treef33f530997684e48e2f539c8d4c8fe24faeb2467 /config.h.cmake
parent6304b0d8959fccf96b030c757d78e845d04757e4 (diff)
[CMake] properly define ICONV_CONST
Diffstat (limited to 'config.h.cmake')
-rw-r--r--config.h.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake
index 12535494..70d8d5d2 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -121,7 +121,7 @@
#cmakedefine HAVE_ZLIB_H 1
/* Define as const if the declaration of iconv() needs const. */
-#cmakedefine ICONV_CONST 1
+#define ICONV_CONST ${ICONV_CONST}
/* Enable multithreading support. */
#cmakedefine MULTITHREADED 1