summaryrefslogtreecommitdiff
path: root/m4/putenv.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/putenv.m4')
-rw-r--r--m4/putenv.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/putenv.m4 b/m4/putenv.m4
index eb6ef5f93..39a6e7568 100644
--- a/m4/putenv.m4
+++ b/m4/putenv.m4
@@ -34,7 +34,7 @@ AC_DEFUN([jm_FUNC_PUTENV],
])
if test $jm_cv_func_svid_putenv = no; then
AC_LIBOBJ(putenv)
- AC_DEFINE_UNQUOTED(putenv, rpl_putenv,
+ AC_DEFINE(putenv, rpl_putenv,
[Define to rpl_putenv if the replacement function should be used.])
fi
])