]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(GL_FUNC_GETCWD_PATH_MAX): Fix typo: getcwd
authorJim Meyering <jim@meyering.net>
Thu, 17 Jun 2004 06:46:33 +0000 (06:46 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 17 Jun 2004 06:46:33 +0000 (06:46 +0000)
was being replaced when it shouldn't have been, and vice versa.

m4/getcwd-path-max.m4

index a6f5c08c67f5255170faa60ee0b9800430f38b89..6c04939700fd4e6e58728eea3acbae3900fba207 100644 (file)
@@ -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.])