diff options
-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 acbefe6d7b..cafe735b6b 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2452,7 +2452,7 @@ if test x$enable_fam != xno; then if test x"$samba_cv_HAVE_LIBFAM" = x"yes" ; then default_shared_modules="$default_shared_modules vfs_notify_fam" AC_TRY_COMPILE([#include <fam.h>], - [FAMCodes code = FAMChanged;], + [enum FAMCodes code = FAMChanged;], AC_DEFINE(HAVE_FAM_H_FAMCODES_TYPEDEF, 1, [Whether fam.h contains a typedef for enum FAMCodes]), []) |