summaryrefslogtreecommitdiff
path: root/m4/stdlib_h.m4
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2010-12-19 22:48:27 +0100
committerJim Meyering <meyering@redhat.com>2010-12-19 22:48:27 +0100
commitf5555e473be0147419ac6bdfc901ec2284802086 (patch)
treec5a4117df9847ab944c5e5befbab411f230a1fa4 /m4/stdlib_h.m4
parent224a9074d9b07fb6315619711d736b641ddb3cb3 (diff)
downloadgnulib-f5555e473be0147419ac6bdfc901ec2284802086.tar.gz
setenv: restore to working order
$HAVE_SETENV is used in gl_FUNC_SETENV, yet its definitions were mistakenly removed. * m4/setenv.m4 (gl_FUNC_SETENV_SEPARATE): Restore code to set HAVE_SETENV. * m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Restore code to initialize HAVE_SETENV.
Diffstat (limited to 'm4/stdlib_h.m4')
-rw-r--r--m4/stdlib_h.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/stdlib_h.m4 b/m4/stdlib_h.m4
index e5a74cccb8..9ec3e00d1c 100644
--- a/m4/stdlib_h.m4
+++ b/m4/stdlib_h.m4
@@ -92,6 +92,7 @@ AC_DEFUN([gl_STDLIB_H_DEFAULTS],
HAVE_RANDOM_R=1; AC_SUBST([HAVE_RANDOM_R])
HAVE_REALPATH=1; AC_SUBST([HAVE_REALPATH])
HAVE_RPMATCH=1; AC_SUBST([HAVE_RPMATCH])
+ HAVE_SETENV=1; AC_SUBST([HAVE_SETENV])
HAVE_DECL_SETENV=1; AC_SUBST([HAVE_DECL_SETENV])
HAVE_STRTOD=1; AC_SUBST([HAVE_STRTOD])
HAVE_STRTOLL=1; AC_SUBST([HAVE_STRTOLL])