[Box Backup-dev] COMMIT r449 - box/chris/win32/vc2005-compile-fixes

boxbackup-dev@fluffy.co.uk boxbackup-dev@fluffy.co.uk
Sun, 12 Feb 2006 16:04:13 +0000 (GMT)


Author: chris
Date: 2006-02-12 16:04:10 +0000 (Sun, 12 Feb 2006)
New Revision: 449

Modified:
   box/chris/win32/vc2005-compile-fixes/configure.ac
Log:
* configure.ac
- No need to link against msvcr*.dll any more


Modified: box/chris/win32/vc2005-compile-fixes/configure.ac
===================================================================
--- box/chris/win32/vc2005-compile-fixes/configure.ac	2006-02-12 16:03:28 UTC (rev 448)
+++ box/chris/win32/vc2005-compile-fixes/configure.ac	2006-02-12 16:04:10 UTC (rev 449)
@@ -89,9 +89,6 @@
   AC_SEARCH_LIBS([regcomp], [pcreposix])
 fi
 
-AC_SEARCH_LIBS([_cgetws], [msvcr71 msvcr80],
-  AC_DEFINE([HAVE_CGETWS], [1], [Define to 1 if we have a _cgetws function]))
-
 ### Checks for typedefs, structures, and compiler characteristics.
 
 AC_CHECK_TYPES([u_int8_t, u_int16_t, u_int32_t, u_int64_t])