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 @@
#cmakedefine HAVE___FSETLOCKING
#cmakedefine HAVE___VA_COPY
#cmakedefine ICONV_CONST ${ICONV_CONST}
#ifndef ICONV_CONST
# define ICONV_CONST
#endif
#cmakedefine INTDIV0_RAISES_SIGFPE
#cmakedefine LIBEXT "${LIBEXT}"
#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