(jm_INCLUDED_REGEX): Add a test for the latest bug.
[gnulib.git] / m4 / group-member.m4
index 6adc6fa..69498e4 100644 (file)
@@ -6,6 +6,6 @@ AC_DEFUN(jm_FUNC_GROUP_MEMBER,
   [
     dnl Do this replacement check manually because I want the hyphen
     dnl (not the underscore) in the filename.
-    AC_CHECK_FUNC(group_member, , [AC_LIBOBJ([group-member])])
+    AC_CHECK_FUNC(group_member, , [AC_LIBOBJ(group-member)])
   ]
 )