hi, I would like to have this test in the cmake build (scons has it). Otherwise the lyxserver is disabled on unix, as it is on windows.
The changes are against trunk, but branch 1.5 is similar.
Kornel
--
Kornel Benko
[EMAIL PROTECTED]
Index: development/cmake/configCompiler.h.cmake =================================================================== --- development/cmake/configCompiler.h.cmake (Revision 22331) +++ development/cmake/configCompiler.h.cmake (Arbeitskopie) @@ -75,6 +75,7 @@ #cmakedefine HAVE_GETGID 1 #cmakedefine HAVE_GETUID 1 #cmakedefine HAVE_WCSLEN 1 +#cmakedefine HAVE_MKFIFO 1 #cmakedefine HAVE_WPRINTF 1 #cmakedefine HAVE_LONG_DOUBLE 1 #cmakedefine HAVE_LONG_LONG 1 Index: development/cmake/ConfigureChecks.cmake =================================================================== --- development/cmake/ConfigureChecks.cmake (Revision 22331) +++ development/cmake/ConfigureChecks.cmake (Arbeitskopie) @@ -74,6 +74,7 @@ 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)
signature.asc
Description: This is a digitally signed message part.
