Solaris uses EEXIST instead of ENOTEMPTY.
[rsync.git] / configure.in
index bd6384c21002f272bb774fde5099c8fa853c5890..2d48d0010adb7ef2ae6b1389fb814c6bc43cd481 100644 (file)
@@ -61,10 +61,8 @@ echo no)
 echo $ac_n "checking for utimbuf ... $ac_c"
 AC_TRY_COMPILE([#include <sys/types.h>
 #include <utime.h>],
-[int set_modtime(char *fname,time_t modtime)
-{  struct utimbuf tbuf;  tbuf.actime = 0; tbuf.modtime = modtime;
-   return utime(fname,&tbuf); }],
+[struct utimbuf tbuf;  tbuf.actime = 0; tbuf.modtime = 1; return utime("foo.c",&tbuf);],
 echo yes;AC_DEFINE(HAVE_UTIMBUF), 
 echo no)
 
-AC_OUTPUT(Makefile)
+AC_OUTPUT(Makefile lib/dummy)