Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
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-winehq
Commits
5fd22854
Commit
5fd22854
authored
Dec 12, 2019
by
Ken Thomases
Committed by
Alexandre Julliard
Dec 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Remove no-longer-needed check for mach-o/dyld_images.h header file.
Signed-off-by:
Ken Thomases
<
ken@codeweavers.com
>
Signed-off-by:
Alexandre Julliard
<
julliard@winehq.org
>
parent
4b9defe0
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
30 deletions
+0
-30
configure
configure
+0
-19
configure.ac
configure.ac
+0
-8
config.h.in
include/config.h.in
+0
-3
No files found.
configure
View file @
5fd22854
...
...
@@ -7690,25 +7690,6 @@ fi
done
for
ac_header
in
mach-o/dyld_images.h
do
:
ac_fn_c_check_header_compile
"
$LINENO
"
"mach-o/dyld_images.h"
"ac_cv_header_mach_o_dyld_images_h"
"#ifdef HAVE_STDBOOL_H
# include <stdbool.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif
"
if
test
"x
$ac_cv_header_mach_o_dyld_images_h
"
=
xyes
;
then
:
cat
>>
confdefs.h
<<
_ACEOF
#define HAVE_MACH_O_DYLD_IMAGES_H 1
_ACEOF
fi
done
for
ac_header
in
resolv.h
do
:
ac_fn_c_check_header_compile
"
$LINENO
"
"resolv.h"
"ac_cv_header_resolv_h"
"#include <sys/types.h>
...
...
configure.ac
View file @
5fd22854
...
...
@@ -648,14 +648,6 @@ AC_CHECK_HEADERS([linux/ipx.h linux/irda.h linux/rtnetlink.h],,,
# include <linux/types.h>
#endif])
AC_CHECK_HEADERS([mach-o/dyld_images.h],,,
[#ifdef HAVE_STDBOOL_H
# include <stdbool.h>
#endif
#ifdef HAVE_STDINT_H
# include <stdint.h>
#endif])
AC_CHECK_HEADERS([resolv.h],,,
[#include <sys/types.h>
#ifdef HAVE_SYS_SOCKET_H
...
...
include/config.h.in
View file @
5fd22854
...
...
@@ -563,9 +563,6 @@
/* Define to 1 if you have the <mach/mach.h> header file. */
#undef HAVE_MACH_MACH_H
/* Define to 1 if you have the <mach-o/dyld_images.h> header file. */
#undef HAVE_MACH_O_DYLD_IMAGES_H
/* Define to 1 if you have the <mach-o/loader.h> header file. */
#undef HAVE_MACH_O_LOADER_H
...
...
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