1
0
Fork 0

Fix for bug 331, cmake was missing mkfifo() check. Thanks to Olaf Flebbe for the catch!

This commit is contained in:
James Turner 2011-06-02 23:01:17 +01:00
parent 370645e593
commit b0985c6b02
2 changed files with 3 additions and 0 deletions

View file

@ -224,6 +224,8 @@ include_directories(${PROJECT_BINARY_DIR}/src/Include)
add_definitions(-DHAVE_CONFIG_H)
check_function_exists(mkfifo HAVE_MKFIFO)
# configure a header file to pass some of the CMake settings
# to the source code
configure_file (

View file

@ -19,6 +19,7 @@
#cmakedefine HAVE_SYS_TIME_H
#cmakedefine HAVE_WINDOWS_H
#cmakedefine HAVE_CULLSETTINGS_CLEAR_MASK
#cmakedefine HAVE_MKFIFO
#define VERSION "@FLIGHTGEAR_VERSION@"