From: Jim Meyering Date: Wed, 24 May 2000 07:49:09 +0000 (+0000) Subject: (jm_LIB_CHECK): Use []-quoted list in X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73226bad50671c6beb956c054c2363bbb22d3f78;p=pspp (jm_LIB_CHECK): Use []-quoted list in AC_CHECK_MEMBERS, now that autoconf requires that. --- diff --git a/m4/lib-check.m4 b/m4/lib-check.m4 index 4439b779a2..0e4cc3a47a 100644 --- 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 @@ $ac_includes_default # include #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.