diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 8d3e857ea7..a3a9a035e5 100644 --- a/configure.in +++ b/configure.in @@ -843,7 +843,7 @@ if test "x$have_builtin_sync_val_compare_and_swap" = "xyes"; then fi # Add top source directory for all builds so we can use config.h -INCLUDES="$INCLUDES -I\$(abs_top_srcdir)" +INCLUDES="-I\$(abs_top_srcdir) $INCLUDES" # Check inotify availability AC_CHECK_HEADER([sys/inotify.h], AC_DEFINE([HAVE_INOTIFY],[1],[Define if we have inotify]),) |