]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/ConfigureChecks.cmake
Embedding: move file validation from InsetGraphics to GuiGraphics
[lyx.git] / development / cmake / ConfigureChecks.cmake
index a66a85fa4dc1cd05821e322e214c0539de03aa6b..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)