Index: config_office/configure.in =================================================================== RCS file: /cvs/tools/config_office/configure.in,v retrieving revision 1.55.2.12 diff -u -r1.55.2.12 configure.in --- config_office/configure.in 11 Aug 2003 16:57:16 -0000 1.55.2.12 +++ config_office/configure.in 15 Aug 2003 16:15:00 -0000 @@ -1526,18 +1526,18 @@ fi dnl =================================================================== -dnl Windows builds with .NET need msvcp70.dll in external/msvcp70/ +dnl Windows builds with .NET need msvcp70.dll/msvcr70.dll in external/msvcp70/ dnl =================================================================== if test "$_os" = "WINNT" -a "$COMEX" = "8"; then AC_MSG_CHECKING([msvcp70.dll]) - if test -f ../external/msvcp70/msvcp70.dll; then + if test -f ../external/msvcp70/msvcp70.dll -a -f ../external/msvcp70/msvcr70.dll; then AC_MSG_RESULT([found]) else - AC_MSG_ERROR([The msvcp70.dll is missing in external/msvcp70/. -The dll is part of the .NET installation and can be found in a directory + AC_MSG_ERROR([msvcp70.dll and/or msvcr70.dll are/is missing in external/msvcp70/. +These dlls are part of the .NET installation and can be found in a directory similar to: "c:\\Program Files\\Microsoft Visual Studio .NET\\Visual C++ .NET Professional - English\\" -Please copy the file to external/msvcp70.]) +Please copy the files to external/msvcp70.]) fi fi