From: Jim Meyering Date: Thu, 17 Jun 2004 06:46:33 +0000 (+0000) Subject: (GL_FUNC_GETCWD_PATH_MAX): Fix typo: getcwd X-Git-Tag: v5.3.0~1328 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83e722f66cea700875984e7f082dca57d0f3384a;p=thirdparty%2Fcoreutils.git (GL_FUNC_GETCWD_PATH_MAX): Fix typo: getcwd was being replaced when it shouldn't have been, and vice versa. --- diff --git a/m4/getcwd-path-max.m4 b/m4/getcwd-path-max.m4 index a6f5c08c67..6c04939700 100644 --- a/m4/getcwd-path-max.m4 +++ b/m4/getcwd-path-max.m4 @@ -126,7 +126,7 @@ main () [gl_cv_func_getcwd_vs_path_max=no], [gl_cv_func_getcwd_vs_path_max=no])]) - if test $gl_cv_func_getcwd_vs_path_max = yes; then + if test $gl_cv_func_getcwd_vs_path_max = no; then AC_LIBOBJ(getcwd) AC_DEFINE(getcwd, rpl_getcwd, [Define to rpl_getcwd if the wrapper function should be used.])