Commit 63eb6244 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix ICONV_CONST. For some reason cmake does not want to define to nothing

parent 220a4698
...@@ -314,6 +314,9 @@ ...@@ -314,6 +314,9 @@
#cmakedefine HAVE___FSETLOCKING #cmakedefine HAVE___FSETLOCKING
#cmakedefine HAVE___VA_COPY #cmakedefine HAVE___VA_COPY
#cmakedefine ICONV_CONST ${ICONV_CONST} #cmakedefine ICONV_CONST ${ICONV_CONST}
#ifndef ICONV_CONST
# define ICONV_CONST
#endif
#cmakedefine INTDIV0_RAISES_SIGFPE #cmakedefine INTDIV0_RAISES_SIGFPE
#cmakedefine LIBEXT "${LIBEXT}" #cmakedefine LIBEXT "${LIBEXT}"
#cmakedefine NDEBUG #cmakedefine NDEBUG
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment