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-Tag: v3.0.3pre1~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47f43c023bc68f58a1e58501e72276d93876523d;p=thirdparty%2Frsync.git 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