Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
36a9f9dd
Commit
36a9f9dd
authored
Jun 15, 2015
by
Ken Thomases
Committed by
Alexandre Julliard
Jun 16, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Only check for libunwind.h on OS X.
parent
a0df3330
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
configure
configure
+12
-1
configure.ac
configure.ac
+1
-1
No files found.
configure
View file @
36a9f9dd
...
...
@@ -6626,7 +6626,6 @@ for ac_header in \
lber.h
\
ldap.h
\
libproc.h
\
libunwind.h
\
link.h
\
linux/cdrom.h
\
linux/compiler.h
\
...
...
@@ -7849,6 +7848,18 @@ uninstall::
;;
darwin
*
|
macosx
*
)
for
ac_header
in
libunwind.h
do
:
ac_fn_c_check_header_mongrel
"
$LINENO
"
"libunwind.h"
"ac_cv_header_libunwind_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_libunwind_h
"
=
xyes
;
then
:
cat
>>
confdefs.h
<<
_ACEOF
#define HAVE_LIBUNWIND_H 1
_ACEOF
fi
done
LIBEXT
=
"dylib"
DLLFLAGS
=
"
$DLLFLAGS
-fPIC"
LIBWINE_LDFLAGS
=
"-multiply_defined suppress"
...
...
configure.ac
View file @
36a9f9dd
...
...
@@ -424,7 +424,6 @@ AC_CHECK_HEADERS(\
lber.h \
ldap.h \
libproc.h \
libunwind.h \
link.h \
linux/cdrom.h \
linux/compiler.h \
...
...
@@ -751,6 +750,7 @@ uninstall::
;;
darwin*|macosx*)
AC_CHECK_HEADERS(libunwind.h)
LIBEXT="dylib"
DLLFLAGS="$DLLFLAGS -fPIC"
LIBWINE_LDFLAGS="-multiply_defined suppress"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment