From f8f2f10751cd458752969e8e5fc2f7be12cef749 Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Sun, 5 Oct 2014 18:19:00 -0600 Subject: [PATCH] Fix indentation in configure.ac. --- ...dll-Implement-retrieving-DOS-attributes-in-NtQuery.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/patches/ntdll-DOS_Attributes/0002-ntdll-Implement-retrieving-DOS-attributes-in-NtQuery.patch b/patches/ntdll-DOS_Attributes/0002-ntdll-Implement-retrieving-DOS-attributes-in-NtQuery.patch index 72b7b4c0..8109d799 100644 --- a/patches/ntdll-DOS_Attributes/0002-ntdll-Implement-retrieving-DOS-attributes-in-NtQuery.patch +++ b/patches/ntdll-DOS_Attributes/0002-ntdll-Implement-retrieving-DOS-attributes-in-NtQuery.patch @@ -1,4 +1,4 @@ -From 99b76efdda74c2eb093cfa4b9e2a2da1ae0e1932 Mon Sep 17 00:00:00 2001 +From d175677f135990a131729d23960134cd71913a94 Mon Sep 17 00:00:00 2001 From: "Erich E. Hoover" Date: Tue, 19 Aug 2014 22:10:49 -0600 Subject: ntdll: Implement retrieving DOS attributes in @@ -14,7 +14,7 @@ Subject: ntdll: Implement retrieving DOS attributes in create mode 100644 libs/port/xattr.c diff --git a/configure.ac b/configure.ac -index f1f721d..d9bff03 100644 +index f1f721d..74946ad 100644 --- a/configure.ac +++ b/configure.ac @@ -77,2 +77,3 @@ AC_ARG_WITH(tiff, AS_HELP_STRING([--without-tiff],[do not use TIFF])) @@ -45,7 +45,7 @@ index f1f721d..d9bff03 100644 + [wine_cv_xattr_additional_options=no])) + if test "$wine_cv_xattr_additional_options" = "yes" + then -+ AC_DEFINE(XATTR_ADDITIONAL_OPTIONS, 1, [Define if xattr takes additional arguments (Mac OS X)]) ++ AC_DEFINE(XATTR_ADDITIONAL_OPTIONS, 1, [Define if xattr takes additional arguments (Mac OS X)]) + fi +fi +