1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

(jm_LIB_CHECK): Use []-quoted list in

AC_CHECK_MEMBERS, now that autoconf requires that.
This commit is contained in:
Jim Meyering
2000-05-24 07:49:09 +00:00
parent 35aaf0b09d
commit 429093f9ad
+2 -2
View File
@@ -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 <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.