]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/ConfigureChecks.cmake
- German EmbeddedObjects.lyx: tiny beautification by Hartmut
[lyx.git] / development / cmake / ConfigureChecks.cmake
index d87fd3cab9c2123a29c9d43ca7a3dfe12d38bd34..a10bfd2e0672e0c1168ccac4d5ef3804e17dcdab 100644 (file)
@@ -74,6 +74,7 @@ check_function_exists(getegid HAVE_GETEGID)
 check_function_exists(getgid HAVE_GETGID)
 check_function_exists(getuid HAVE_GETUID)
 check_function_exists(wcslen HAVE_WCSLEN)
+check_function_exists(mkfifo HAVE_MKFIFO)
 
 check_symbol_exists(alloca "malloc.h" HAVE_SYMBOL_ALLOCA)
 check_symbol_exists(asprintf "stdio.h" HAVE_ASPRINTF)
@@ -105,14 +106,14 @@ check_type_size(wint_t  HAVE_WINT_T)
 #      "
 #HAVE_STD_COUNT)
 
-#check_cxx_source_compiles(
-#      "
-#      #include <streambuf>
-#      #include <istream>
-#      typedef std::istreambuf_iterator<char> type;
-#      int main(){return 0;}
-#      "
-#HAVE_DECL_ISTREAMBUF_ITERATOR)
+check_cxx_source_compiles(
+       "
+       #include <streambuf>
+       #include <istream>
+       typedef std::istreambuf_iterator<char> type;
+       int main(){return 0;}
+       "
+HAVE_DECL_ISTREAMBUF_ITERATOR)
 
 #check_cxx_source_compiles(
 #      "