aboutsummaryrefslogtreecommitdiffstats
path: root/m4
diff options
context:
space:
mode:
authorPaul Eggert <[email protected]>2013-03-13 00:15:17 -0700
committerPaul Eggert <[email protected]>2013-03-13 00:15:17 -0700
commit2c3f72f4b5f7d00cf0131998957c24812c8f6a53 (patch)
tree88a4070dc895f0cb525f35ad7e1dc4614356ca9f /m4
parent7fd8c501a0de9e2f52a3ba6989646e3aa391649f (diff)
Merge from gnulib: putenv: port to Solaris 10.
Diffstat (limited to 'm4')
-rw-r--r--m4/putenv.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/putenv.m4 b/m4/putenv.m4
index 03ed4f97db..c33b5b5170 100644
--- a/m4/putenv.m4
+++ b/m4/putenv.m4
@@ -1,4 +1,4 @@
-# putenv.m4 serial 19
+# putenv.m4 serial 20
dnl Copyright (C) 2002-2013 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -52,5 +52,5 @@ AC_DEFUN([gl_FUNC_PUTENV],
# Prerequisites of lib/putenv.c.
AC_DEFUN([gl_PREREQ_PUTENV],
[
- AC_CHECK_FUNCS([_putenv])
+ AC_CHECK_DECLS([_putenv])
])