Merge pull request #246 from andrewfenn/patch-1

Fix for older kernels to make sure O_CLOEXEC is defined
This commit is contained in:
Axel Kittenberger 2013-11-11 01:24:53 -08:00
commit 178f315907
1 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([lsyncd.c])
AC_CONFIG_HEADER([config.h])
AC_USE_SYSTEM_EXTENSIONS
###
# Checks for programs.