summaryrefslogtreecommitdiff
path: root/m4/chown.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-09-17 21:44:03 +0000
committerJim Meyering <jim@meyering.net>2001-09-17 21:44:03 +0000
commit6fe8d7498529e40705598c70355fd2f38efc7aea (patch)
tree92083f99ef4a80a5a87ccc9fa69b553b11f92c4e /m4/chown.m4
parent24900d83cddf6c3776dc23320cf4ac683e9ec9d4 (diff)
downloadgnulib-6fe8d7498529e40705598c70355fd2f38efc7aea.tar.gz
Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side need not be expanded by the shell.
Diffstat (limited to 'm4/chown.m4')
-rw-r--r--m4/chown.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/chown.m4 b/m4/chown.m4
index 334f1b779e..1f3f51b46e 100644
--- a/m4/chown.m4
+++ b/m4/chown.m4
@@ -43,7 +43,7 @@ AC_DEFUN([jm_FUNC_CHOWN],
])
if test $jm_cv_func_working_chown = no; then
AC_LIBOBJ(chown)
- AC_DEFINE_UNQUOTED(chown, rpl_chown,
+ AC_DEFINE(chown, rpl_chown,
[Define to rpl_chown if the replacement function should be used.])
fi
])