mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-12-15 08:56:34 -05:00
netbsd: Improve handling of <locale> and <xlocale.h> headers
NetBSD ships with strtod_l(3) in <stdlib.h>. Having strtol_l(3) doesn't imply to have <xlocale.h>. Generalize inclusion of <locale.h> and <xlocale.h>.
This commit is contained in:
parent
04737989ec
commit
2d555ba15c
2 changed files with 5 additions and 1 deletions
|
|
@ -447,6 +447,7 @@ AC_CHECK_HEADERS_ONCE([sys/eventfd.h])
|
|||
AC_CHECK_HEADERS_ONCE([execinfo.h])
|
||||
AC_CHECK_HEADERS_ONCE([langinfo.h])
|
||||
AC_CHECK_HEADERS_ONCE([regex.h pcreposix.h])
|
||||
AC_CHECK_HEADERS_ONCE([locale.h xlocale.h])
|
||||
|
||||
AM_CONDITIONAL(HAVE_SYS_EVENTFD_H, test "x$ac_cv_header_sys_eventfd_h" = "xyes")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue