Fix for bug 331, cmake was missing mkfifo() check. Thanks to Olaf Flebbe for the catch!
This commit is contained in:
parent
370645e593
commit
b0985c6b02
2 changed files with 3 additions and 0 deletions
|
@ -224,6 +224,8 @@ include_directories(${PROJECT_BINARY_DIR}/src/Include)
|
||||||
|
|
||||||
add_definitions(-DHAVE_CONFIG_H)
|
add_definitions(-DHAVE_CONFIG_H)
|
||||||
|
|
||||||
|
check_function_exists(mkfifo HAVE_MKFIFO)
|
||||||
|
|
||||||
# configure a header file to pass some of the CMake settings
|
# configure a header file to pass some of the CMake settings
|
||||||
# to the source code
|
# to the source code
|
||||||
configure_file (
|
configure_file (
|
||||||
|
|
|
@ -19,6 +19,7 @@
|
||||||
#cmakedefine HAVE_SYS_TIME_H
|
#cmakedefine HAVE_SYS_TIME_H
|
||||||
#cmakedefine HAVE_WINDOWS_H
|
#cmakedefine HAVE_WINDOWS_H
|
||||||
#cmakedefine HAVE_CULLSETTINGS_CLEAR_MASK
|
#cmakedefine HAVE_CULLSETTINGS_CLEAR_MASK
|
||||||
|
#cmakedefine HAVE_MKFIFO
|
||||||
|
|
||||||
#define VERSION "@FLIGHTGEAR_VERSION@"
|
#define VERSION "@FLIGHTGEAR_VERSION@"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue