Use AC_DEFINE rather than AC_DEFINE_UNQUOTED, whenever the right hand side need not...
[gnulib.git] / m4 / getgroups.m4
index 8f3b6c9..e0f3359 100644 (file)
@@ -39,7 +39,7 @@ AC_DEFUN([jm_FUNC_GETGROUPS],
     ])
     if test $jm_cv_func_working_getgroups = no; then
       AC_LIBOBJ(getgroups)
-      AC_DEFINE_UNQUOTED(getgroups, rpl_getgroups,
+      AC_DEFINE(getgroups, rpl_getgroups,
        [Define as rpl_getgroups if getgroups doesn't work right.])
     fi
   fi