diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2014-09-14 18:08:55 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-05-07 19:47:35 +0100 |
commit | 4697248c5a3e2aa505eceadd45f17554d4424aff (patch) | |
tree | 90dea8691a96523ff038d9aa1312ea255413baf1 /configure.ac | |
parent | 67382af06d38fdfd7f08c2bae30a7d5f1bb3fe89 (diff) |
No point in trying to use iconv if we don't have nl_langinfo
This fixes the build for MinGW
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Reviewed-by: David Macek <david.macek.0@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 398c236..af458d9 100644 --- a/configure.ac +++ b/configure.ac @@ -39,7 +39,7 @@ m4_ifndef([XORG_MACROS_VERSION], XORG_MACROS_VERSION(1.8) XORG_DEFAULT_OPTIONS -AC_CHECK_FUNCS([strlcpy getpid]) +AC_CHECK_FUNCS([strlcpy getpid nl_langinfo]) AM_ICONV |