diff options
| -rw-r--r-- | lib/replace/wscript | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/replace/wscript b/lib/replace/wscript index b998677cc1..a5a4486dc9 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -518,7 +518,7 @@ def build(bld):      if not bld.CONFIG_SET('HAVE_INET_ATON'):     REPLACE_SOURCE += ' inet_aton.c'      if not bld.CONFIG_SET('HAVE_INET_NTOP'):     REPLACE_SOURCE += ' inet_ntop.c'      if not bld.CONFIG_SET('HAVE_INET_PTON'):     REPLACE_SOURCE += ' inet_pton.c' -    if not bld.CONFIG_SET('HAVE_GETXATTR') or bld.CONFIG_SET('XATTR_ADD_OPT'): +    if not bld.CONFIG_SET('HAVE_GETXATTR') or bld.CONFIG_SET('XATTR_ADDITIONAL_OPTIONS'):                                                   REPLACE_SOURCE += ' xattr.c'      bld.SAMBA_LIBRARY('replace',  | 
