summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2015-11-28 10:01:05 +0100
committerDavid Henningsson <david.henningsson@canonical.com>2015-12-07 09:01:21 +0100
commit2d555ba15cc3c795c14962c7d5b5be69ee269a5a (patch)
tree4a63191215b798b048f0016fc34c807287decfba /configure.ac
parent04737989ec537e01d63c155807a5d19b0ec5b294 (diff)
downloadpulseaudio-2d555ba15cc3c795c14962c7d5b5be69ee269a5a.tar.gz
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>.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index abfb8d91c..640be09f9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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")