Fix UTF8 problem on non-linux systems
authorUlrich Wilkens <mail@uwilkens.de>
Fri, 28 Feb 2014 13:46:34 +0000 (14:46 +0100)
committerJon Trulson <jon@radscan.com>
Fri, 28 Feb 2014 18:31:30 +0000 (11:31 -0700)
cde/databases/Imakefile

index 845e2ee44bdc5d43aedb04652b8beb3d2ba86f6a..d7403a0975db5e243b958e188f309a1c8d61ed89 100644 (file)
@@ -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
 
 /*