cmake: add gettext support

This commit is contained in:
David Adam
2017-11-16 21:33:35 +08:00
parent 7e24c14f8c
commit 32714021f5
4 changed files with 23 additions and 4 deletions

View File

@@ -139,9 +139,6 @@
/* Define to 1 if tparm accepts a fixed amount of paramters. */
// #cmakedefine TPARM_SOLARIS_KLUDGE 1
/* Perform string translations with gettext */
// #cmakedefine USE_GETTEXT 1
/* The size of wchar_t in bits. */
#define WCHAR_T_BITS ${WCHAR_T_BITS}