1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-14 07:46:28 +02:00

Correct typo: s/-1/no/ that kept this from working

on at least Irix and OSF1/Tru64.
This commit is contained in:
Jim Meyering
2003-01-23 17:50:42 +00:00
parent bf7bd8329e
commit 4f045ded1c

View File

@@ -61,7 +61,7 @@ AC_DEFUN([UTILS_FUNC_DIRFD],
ac_cv_sys_dir_fd_member_name=$ac_expr
]
)
if test $ac_cv_have_decl_dirfd = -1; then
if test $ac_cv_have_decl_dirfd = no; then
AC_DEFINE_UNQUOTED(DIR_FD_MEMBER_NAME,
$ac_cv_sys_dir_fd_member_name,
[the name of the file descriptor member of DIR])