Skip to content

Commit b238322

Browse files
committed
Fix for older kernels to make sure O_CLOEXEC is defined
This patch fixes an issue where I was getting build errors that O_CLOEXEC was undefined on an older 2.6.32 kernel. Even though the flag is supported in this kernel it was not getting defined.
1 parent c23e984 commit b238322

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE([foreign])
88
AC_CONFIG_MACRO_DIR([m4])
99
AC_CONFIG_SRCDIR([lsyncd.c])
1010
AC_CONFIG_HEADER([config.h])
11+
AC_USE_SYSTEM_EXTENSIONS
1112

1213
###
1314
# Checks for programs.

0 commit comments

Comments
 (0)