[vlc-devel] commit: Check if locale.h is present (we use HAVE_LOCALE_H) ( Rafaël Carré )
git version control
git at videolan.org
Fri Aug 1 17:54:00 CEST 2008
vlc | branch: 0.8.6-bugfix | Rafaël Carré <rcarre at m2x.nl> | Fri Aug 1 14:49:44 2008 +0200| [f5778f32e37349e74afe88b518101cbe24af434b] | committer: Rafaël Carré
Check if locale.h is present (we use HAVE_LOCALE_H)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=f5778f32e37349e74afe88b518101cbe24af434b
---
configure.ac | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/configure.ac b/configure.ac
index 67d0ceb..f816ccf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -424,6 +424,7 @@ AC_CHECK_FUNCS(strcasestr,,[AC_CHECK_FUNCS(stristr)])
dnl Check for setlocal and langinfo
AC_CHECK_FUNCS(setlocale)
AC_CHECK_HEADERS(langinfo.h)
+AC_CHECK_HEADERS(locale.h)
AC_CHECK_FUNCS(nl_langinfo)
AC_CACHE_CHECK([for nl_langinfo and CODESET], ac_cv_langinfo_codeset,
More information about the vlc-devel
mailing list