From: Jim Meyering Date: Thu, 23 Jan 2003 17:50:42 +0000 (+0000) Subject: Correct typo: s/-1/no/ that kept this from working X-Git-Tag: v4.5.5~98 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4f045ded1c907427da405b210ab054bfda8768cd;p=thirdparty%2Fcoreutils.git Correct typo: s/-1/no/ that kept this from working on at least Irix and OSF1/Tru64. --- diff --git a/m4/dirfd.m4 b/m4/dirfd.m4 index efdd06718d..26ebdd65f3 100644 --- a/m4/dirfd.m4 +++ b/m4/dirfd.m4 @@ -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])