]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/ConfigureChecks.cmake
Greetings from gimp.
[lyx.git] / development / cmake / ConfigureChecks.cmake
index 7c3d398cbdde17a4bb442e1522cb32e0fd825cf7..492a167e1ea12472a895682da98194e03b7576a6 100644 (file)
@@ -13,7 +13,9 @@ include(CheckLibraryExists)
 include(CheckTypeSize)
 include(CheckCXXSourceCompiles)
 include(MacroBoolTo01)
+include(TestBigEndian)
 
+test_big_endian(WORDS_BIGENDIAN)
 
 check_include_file_cxx(aspell.h HAVE_ASPELL_H)
 check_include_file_cxx(aspell/aspell.h HAVE_ASPELL_ASPELL_H)
@@ -44,6 +46,7 @@ check_include_files(argz.h HAVE_ARGZ_H)
 check_function_exists(open HAVE_OPEN)
 check_function_exists(chmod HAVE_CHMOD)
 check_function_exists(close HAVE_CLOSE)
+check_function_exists(dcgettext HAVE_DCGETTEXT)
 check_function_exists(popen HAVE_POPEN)
 check_function_exists(pclose HAVE_PCLOSE)
 check_function_exists(_open HAVE__OPEN)
@@ -51,6 +54,7 @@ check_function_exists(_close HAVE__CLOSE)
 check_function_exists(_popen HAVE__POPEN)
 check_function_exists(_pclose HAVE__PCLOSE)
 check_function_exists(getpid HAVE_GETPID)
+check_function_exists(gettext HAVE_GETTEXT)
 check_function_exists(_getpid HAVE__GETPID)
 check_function_exists(mkdir  HAVE_MKDIR)
 check_function_exists(_mkdir HAVE__MKDIR)