1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-04 07:43:58 +02:00

(gl_FUNC_CHDIR_LONG): Compare $gl_have_path...

against `yes', rather than just testing for nonempty.
This commit is contained in:
Jim Meyering
2005-10-02 10:09:14 +00:00
parent e7d6dd7451
commit 1cf46dda93
+2 -2
View File
@@ -1,4 +1,4 @@
#serial 5
#serial 6
# Use Gnulib's robust chdir function.
# It can handle arbitrarily long directory names, which means
@@ -27,7 +27,7 @@ have_path_max_definition
gl_have_path_max_definition=yes,
gl_have_path_max_definition=no)])
if test $gl_have_path_max_definition; then
if test $gl_have_path_max_definition = yes; then
AC_LIBOBJ([chdir-long])
gl_PREREQ_CHDIR_LONG
fi