Commit 47f43c02 authored by Wayne Davison's avatar Wayne Davison

The test of HAVE_LUTIMES accidentally omitted the 'L'.

parent 5b385336
......@@ -155,7 +155,7 @@ RSYNC="$rsync_bin $*"
#RSYNC="valgrind $rsync_bin $*"
TLS_ARGS=''
if egrep '^#define HAVE_UTIMES 1' "$srcdir/config.h" >/dev/null; then
if egrep '^#define HAVE_LUTIMES 1' "$srcdir/config.h" >/dev/null; then
TLS_ARGS="$TLS_ARGS -l"
fi
if egrep '#undef CHOWN_MODIFIES_SYMLINK' "$srcdir/config.h" >/dev/null; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment