diff options
author | Marcus Brinkmann <[email protected]> | 2010-05-12 17:40:08 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2010-05-12 17:40:08 +0000 |
commit | 8d27defa02a67ec06f8ce06b14427b5eba8f54e6 (patch) | |
tree | 796a4836c7d9d161fb25dca6e7ec9b7cf8754b71 /configure.ac | |
parent | 2010-05-12 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-8d27defa02a67ec06f8ce06b14427b5eba8f54e6.tar.gz gpgme-8d27defa02a67ec06f8ce06b14427b5eba8f54e6.zip |
2010-05-12 Marcus Brinkmann <[email protected]>
* configure.ac: Check for setlocale.
src/
2010-05-12 Marcus Brinkmann <[email protected]>
* gpgme-tool.c (main): Protect call to setlocale with
HAVE_SETLOCALE.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 300b2292..cb22e523 100644 --- a/configure.ac +++ b/configure.ac @@ -295,6 +295,8 @@ if test "$ac_cv_func_timegm" != yes; then ***]) fi +AC_CHECK_FUNCS(setlocale) + # Checking for libgpg-error. AM_PATH_GPG_ERROR(1.8,, AC_MSG_ERROR([libgpg-error was not found])) AC_DEFINE(GPG_ERR_SOURCE_DEFAULT, GPG_ERR_SOURCE_GPGME, |