]> source.dussan.org Git - tigervnc.git/commit
Automatically disable NLS if gettext and/or libiconv are missing. On some platforms...
authorDRC <dcommander@users.sourceforge.net>
Fri, 24 Jun 2011 04:17:02 +0000 (04:17 +0000)
committerDRC <dcommander@users.sourceforge.net>
Fri, 24 Jun 2011 04:17:02 +0000 (04:17 +0000)
commit2690f7ae11eda4ec329839c6f02e2799465d0f13
tree92ad33d2f56a802832178ca3a1140829e42d5147
parent305937332a0e82fa19314dfa143cf4b9c056c511
Automatically disable NLS if gettext and/or libiconv are missing.  On some platforms, such as Windows and OS X, NLS can't be enabled without a lot of custom configuration, so the build simply fails on those platforms unless -DENABLE_NLS=0 is specified.  This change makes the CMake system behave more like autotools used to, and it is consistent with the detection behavior of other non-essential modules, such as GnuTLS.

git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4531 3789f03b-4d11-0410-bbf8-ca57d06f2519
CMakeLists.txt