diff options
author | Marcus Brinkmann <[email protected]> | 2010-05-07 01:32:54 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2010-05-07 01:32:54 +0000 |
commit | be3a828e7057e2ea01772b2a00d2ad3e5c46776c (patch) | |
tree | 8223fed22dbc57323d27a90909e6b8fb6646c4a5 /configure.ac | |
parent | 2010-05-07 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-be3a828e7057e2ea01772b2a00d2ad3e5c46776c.tar.gz gpgme-be3a828e7057e2ea01772b2a00d2ad3e5c46776c.zip |
2010-05-07 Marcus Brinkmann <[email protected]>
* engine-g13.c, gpgme.c, engine-gpgsm.c, engine-gpg.c,
op-support.c, engine-assuan.c, gpgme-tool.c: Include <locale.h>
only if available with HAVE_LOCALE_H and conditionalize use of
LC_CTYPE on its definition.
* engine-gpgconf.c: Do not include <locale.h>.
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c0bcac1c..6ac1a5ea 100644 --- a/configure.ac +++ b/configure.ac @@ -203,6 +203,7 @@ AM_CONDITIONAL(HAVE_PTHREAD, test "$have_pthread" = "yes") # Checks for header files. +AC_CHECK_HEADERS([locale.h]) AC_CHECK_HEADERS(sys/select.h) AC_CHECK_HEADERS([sys/uio.h]) |