[Box Backup-dev] COMMIT r404 - box/chris/win32/cygwin-compile-fixes

boxbackup-dev at fluffy.co.uk boxbackup-dev at fluffy.co.uk
Tue Feb 7 23:52:57 GMT 2006


Author: chris
Date: 2006-02-07 23:52:49 +0000 (Tue, 07 Feb 2006)
New Revision: 404

Modified:
   box/chris/win32/cygwin-compile-fixes/configure.ac
Log:
* configure.ac
- Do complain if we can't figure out mount points on Cygwin


Modified: box/chris/win32/cygwin-compile-fixes/configure.ac
===================================================================
--- box/chris/win32/cygwin-compile-fixes/configure.ac	2006-02-07 23:50:42 UTC (rev 403)
+++ box/chris/win32/cygwin-compile-fixes/configure.ac	2006-02-07 23:52:49 UTC (rev 404)
@@ -115,7 +115,7 @@
   AX_RANDOM_DEVICE
 fi
 AX_CHECK_MOUNT_POINT(,[
-  if test "$target_os" != "mingw32" -a "$target_os" != "cygwin"; then
+  if test "$target_os" != "mingw32"; then
     AC_MSG_ERROR([[cannot work out how to discover mount points on your platform]])
   fi
   ])




More information about the Boxbackup-dev mailing list