Alexandre Julliard : configure: Remove obsolete AL/al.h check.
Module: wine Branch: master Commit: 92520c6a1a85e0c09583675ef53a536632cdc7bf URL: https://gitlab.winehq.org/wine/wine/-/commit/92520c6a1a85e0c09583675ef53a536... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Fri Dec 2 11:03:26 2022 +0100 configure: Remove obsolete AL/al.h check. --- configure | 6 ------ configure.ac | 1 - include/config.h.in | 3 --- 3 files changed, 10 deletions(-) diff --git a/configure b/configure index 85a28e59928..0067b7f008c 100755 --- a/configure +++ b/configure @@ -7804,12 +7804,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 diff --git a/configure.ac b/configure.ac index b0988819b85..d40c6f600af 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \ diff --git a/include/config.h.in b/include/config.h.in index 781afd13066..cf9c65c3fdc 100644 --- a/include/config.h.in +++ b/include/config.h.in @@ -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
participants (1)
-
Alexandre Julliard