From b8a01219bd6b202746588ce17bf6be824ae42e87 Mon Sep 17 00:00:00 2001 From: Ulrich Wilkens Date: Fri, 28 Feb 2014 14:46:34 +0100 Subject: [PATCH] Fix UTF8 problem on non-linux systems --- cde/databases/Imakefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cde/databases/Imakefile b/cde/databases/Imakefile index 845e2ee4..d7403a09 100644 --- a/cde/databases/Imakefile +++ b/cde/databases/Imakefile @@ -195,6 +195,8 @@ clean:: #if defined UTF8_NLS_SUPPORT # define UTF8_NLS_SUPPORT_OPT -DUTF8_NLS_SUPPORT +#else +# define UTF8_NLS_SUPPORT_OPT /**/ #endif /* -- 2.25.1