[Box Backup-commit] COMMIT r1351 - box/chris/general

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Sun Mar 4 22:22:44 GMT 2007


Author: chris
Date: 2007-03-04 22:22:44 +0000 (Sun, 04 Mar 2007)
New Revision: 1351

Modified:
   box/chris/general/configure.ac
Log:
Check whether struct dirent has a d_ino member (for intercepts)


Modified: box/chris/general/configure.ac
===================================================================
--- box/chris/general/configure.ac	2007-03-04 21:38:40 UTC (rev 1350)
+++ box/chris/general/configure.ac	2007-03-04 22:22:44 UTC (rev 1351)
@@ -156,6 +156,7 @@
   AX_CHECK_MOUNT_POINT(,[
     AC_MSG_ERROR([[cannot work out how to discover mount points on your platform]])
   ])
+  AC_CHECK_MEMBERS([struct dirent.d_ino],,, [[#include <dirent.h>]])
 ;;
 esac
 




More information about the Boxbackup-commit mailing list