summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-01-30 21:19:00 +0000
committerJim Meyering <jim@meyering.net>2000-01-30 21:19:00 +0000
commitc453666c3a863c47095ab39d95b6e694137344ad (patch)
treea8177759390b74e9f571fa64f8e889261173253a
parentcbe550de62f07c1d189d5c076852eaaf8096c7b5 (diff)
downloadcoreutils-FILEUTILS-4_0p.tar.gz
use double parens on AC_CHECK_MEMBERSFILEUTILS-4_0p
-rw-r--r--m4/lib-check.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/lib-check.m4 b/m4/lib-check.m4
index 5ab93a38e..5b13f01b3 100644
--- a/m4/lib-check.m4
+++ b/m4/lib-check.m4
@@ -43,7 +43,7 @@ AC_DEFUN(jm_LIB_CHECK,
AC_SEARCH_LIBS(getspnam, [shadow sec])
# Requirements for su.c.
- AC_CHECK_MEMBERS(struct passwd.sp_pwdp)
+ AC_CHECK_MEMBERS((struct passwd.sp_pwdp))
AC_CHECK_FUNCS(getspnam)
AC_CHECK_HEADERS(shadow.h)