From: Wayne Davison Date: Thu, 8 May 2008 05:11:17 +0000 (-0700) Subject: The test of HAVE_LUTIMES accidentally omitted the 'L'. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/47f43c023bc68f58a1e58501e72276d93876523d?hp=5b385336b93019fef963a0141f6cf94107f2ef23 The test of HAVE_LUTIMES accidentally omitted the 'L'. --- diff --git a/runtests.sh b/runtests.sh index a4d7141b..5e54e177 100755 --- a/runtests.sh +++ b/runtests.sh @@ -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