]> git.samba.org - rsync.git/commitdiff
The test of HAVE_LUTIMES accidentally omitted the 'L'.
authorWayne Davison <wayned@samba.org>
Thu, 8 May 2008 05:11:17 +0000 (22:11 -0700)
committerWayne Davison <wayned@samba.org>
Thu, 8 May 2008 05:11:17 +0000 (22:11 -0700)
runtests.sh

index a4d7141b7f71a70fcbfb6aa0119584a1685e5335..5e54e177e81e4b83d5bfa09b388d96ffcf7ab828 100755 (executable)
@@ -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