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

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Tue, 7 Feb 2006 11:50:20 +0000 (GMT)


Author: chris
Date: 2006-02-07 11:50:17 +0000 (Tue, 07 Feb 2006)
New Revision: 399

Modified:
   box/chris/win32/cygwin-compile-fixes/configure.ac
Log:
* configure.ac
- Use emulation to "detect" mount points on Cygwin as well


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