changeset 2534:7c0e1f6e6c31

(jm_LIB_CHECK): Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that.
author Jim Meyering <jim@meyering.net>
date Wed, 24 May 2000 07:49:09 +0000
parents 084bff0c4246
children 61e2a01be4a6
files m4/lib-check.m4
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/m4/lib-check.m4
+++ b/m4/lib-check.m4
@@ -1,4 +1,4 @@
-#serial 3
+#serial 4
 
 dnl Misc lib-related macros for fileutils, sh-utils, textutils.
 
@@ -51,7 +51,7 @@
 # include <shadow.h>
 #endif
 "
-  AC_CHECK_MEMBERS((struct spwd.sp_pwdp),,,[$shadow_includes])
+  AC_CHECK_MEMBERS([struct spwd.sp_pwdp],,,[$shadow_includes])
   AC_CHECK_FUNCS(getspnam)
 
   # SCO-ODT-3.0 is reported to need -lufc for crypt.