diff options
Diffstat (limited to 'source3/configure.in')
-rw-r--r-- | source3/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in index b74b4c2cb4..bd3bffe390 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2509,7 +2509,7 @@ fi AC_CHECK_HEADER(sys/inotify.h) -if test x"ac_cv_header_sys_inotify_h" = x"yes"; then +if test x"$ac_cv_header_sys_inotify_h" = x"yes"; then AC_DEFINE(HAVE_INOTIFY,1,[For inotify support]) fi |