summaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2017-06-06 18:38:41 -0700
committerKevin McCarthy <kevin@8t8.us>2017-06-06 18:38:41 -0700
commit74a49627fc283c9ea896a812eacfb562d1f262fe (patch)
treec2c45710c8a0869987147d17d1c71f0d0079a468 /m4
parent701329d930769e827c95c430ba82ec3f27c6446f (diff)
Restore setenv function.
Partially revert fa1192803257, restoring setenv. It turns out we still need the function.
Diffstat (limited to 'm4')
-rw-r--r--m4/gettext.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gettext.m4 b/m4/gettext.m4
index 8d68d667..b6d1648b 100644
--- a/m4/gettext.m4
+++ b/m4/gettext.m4
@@ -318,7 +318,7 @@ AC_DEFUN([MUTT_AM_GNU_GETTEXT],
AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \
stdlib.h string.h unistd.h sys/param.h])
AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getcwd getegid geteuid \
-getgid getuid mempcpy munmap putenv setlocale stpcpy strchr strcasecmp \
+getgid getuid mempcpy munmap putenv setenv setlocale stpcpy strchr strcasecmp \
strdup strtoul tsearch __argz_count __argz_stringify __argz_next])
MUTT_AM_ICONV