summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-07-07 10:29:02 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-07-07 10:29:02 +0000
commita42e92a4160d06039920ed5ae2cf4a37ec96731b (patch)
treea522b4a3c43781e6f1cf83a24b156cbd023aeb14 /configure.ac
parentcbf4cc0dad7d2675e18237e2d671927fba42f28a (diff)
downloadmailutils-a42e92a4160d06039920ed5ae2cf4a37ec96731b.tar.gz
mailutils-a42e92a4160d06039920ed5ae2cf4a37ec96731b.tar.bz2
(AC_CHECK_FUNCS): Add setlocale
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b9b500af2..73dc563e6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -444,7 +444,7 @@ extern char *strsignal (int);
])
AC_CHECK_FUNCS(mkstemp sigaction sysconf getdelim setreuid \
- setresuid seteuid vfork _exit)
+ setresuid seteuid setlocale vfork _exit)
AC_FUNC_SETVBUF_REVERSED
AH_BOTTOM([

Return to:

Send suggestions and report system problems to the System administrator.