]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/ConfigureChecks.cmake
also install en.lproj file in the bundle on the mac
[lyx.git] / development / cmake / ConfigureChecks.cmake
index 7a23ddaac50ee4686e30cdce4f5fdfd287e200e3..ec37b59ac632789e556df53b90995a6b339f5f58 100644 (file)
@@ -122,14 +122,14 @@ check_cxx_source_compiles(
        "
 CXX_GLOBAL_CSTD)
 
-#check_cxx_source_compiles(
-#      "
-#      #include <iconv.h>
-#      // this declaration will fail when there already exists a non const char** version which returns size_t
-#      double iconv(iconv_t cd,  char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
-#      int main() { return 0; }
-#      "
-#HAVE_ICONV_CONST)
+check_cxx_source_compiles(
+       "
+       #include <iconv.h>
+       // this declaration will fail when there already exists a non const char** version which returns size_t
+       double iconv(iconv_t cd,  char **inbuf, size_t *inbytesleft, char **outbuf, size_t *outbytesleft);
+       int main() { return 0; }
+       "
+HAVE_ICONV_CONST)
 
 check_cxx_source_compiles(
        "
@@ -145,12 +145,3 @@ check_cxx_source_compiles(
        "
 SIZEOF_WCHAR_T_IS_4)
 
-
-
-
-
-
-
-
-
-