summaryrefslogtreecommitdiff
path: root/m4/getcwd-path-max.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-06-17 06:46:33 +0000
committerJim Meyering <jim@meyering.net>2004-06-17 06:46:33 +0000
commit83e722f66cea700875984e7f082dca57d0f3384a (patch)
tree5d5254be13335ae98077a10964b76848d7bd3d8a /m4/getcwd-path-max.m4
parent75e49a2b1735851dae580b466928fe797ee7440f (diff)
downloadcoreutils-83e722f66cea700875984e7f082dca57d0f3384a.tar.xz
(GL_FUNC_GETCWD_PATH_MAX): Fix typo: getcwd
was being replaced when it shouldn't have been, and vice versa.
Diffstat (limited to 'm4/getcwd-path-max.m4')
-rw-r--r--m4/getcwd-path-max.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/getcwd-path-max.m4 b/m4/getcwd-path-max.m4
index a6f5c08c6..6c0493970 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.])