dpirch / libfvad

Voice activity detection (VAD) library, based on WebRTC's VAD engine
BSD 3-Clause "New" or "Revised" License
498 stars 176 forks source link

Fix C11 compiler support check in configure.ac #35

Closed s1lviu closed 9 months ago

s1lviu commented 9 months ago

Replaced the undefined _AC_C_STD_TRY macro with a manual compiler support check for C11 using standard Autoconf macros. This ensures compatibility with Autoconf 2.71 and resolves configuration errors related to compiler feature checks. The update includes a direct setting of C11 flags and a compile test to verify support, improving the build configuration's robustness and portability.