mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
Fix indentation in configure.ac.
This commit is contained in:
parent
541cc8d086
commit
f8f2f10751
@ -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" <erich.e.hoover@gmail.com>
|
||||
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
|
||||
+
|
||||
|
Loading…
x
Reference in New Issue
Block a user