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
92520c6a
Commit
92520c6a
authored
Dec 02, 2022
by
Alexandre Julliard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: Remove obsolete AL/al.h check.
parent
5f062fcf
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
10 deletions
+0
-10
configure
configure
+0
-6
configure.ac
configure.ac
+0
-1
config.h.in
include/config.h.in
+0
-3
No files found.
configure
View file @
92520c6a
...
...
@@ -7805,12 +7805,6 @@ then :
printf
"%s
\n
"
"#define STDC_HEADERS 1"
>>
confdefs.h
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"AL/al.h"
"ac_cv_header_AL_al_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_AL_al_h
"
=
xyes
then
:
printf
"%s
\n
"
"#define HAVE_AL_AL_H 1"
>>
confdefs.h
fi
ac_fn_c_check_header_compile
"
$LINENO
"
"CL/cl.h"
"ac_cv_header_CL_cl_h"
"
$ac_includes_default
"
if
test
"x
$ac_cv_header_CL_cl_h
"
=
xyes
then
:
...
...
configure.ac
View file @
92520c6a
...
...
@@ -405,7 +405,6 @@ dnl **** Check for header files ****
AC_SYS_LARGEFILE()
AC_CHECK_HEADERS(\
AL/al.h \
CL/cl.h \
EGL/egl.h \
OpenCL/opencl.h \
...
...
include/config.h.in
View file @
92520c6a
...
...
@@ -6,9 +6,6 @@
/* Define to the file extension for executables. */
#undef EXEEXT
/* Define to 1 if you have the <AL/al.h> header file. */
#undef HAVE_AL_AL_H
/* Define to 1 if you have the <arpa/inet.h> header file. */
#undef HAVE_ARPA_INET_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