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 a4d7141..5e54e17 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