Index: config_office/configure.in =================================================================== RCS file: /cvs/tools/config_office/configure.in,v retrieving revision 1.117.4.2 diff -u -r1.117.4.2 configure.in --- config_office/configure.in 27 May 2005 12:51:59 -0000 1.117.4.2 +++ config_office/configure.in 28 May 2005 16:52:49 -0000 @@ -3035,6 +3035,15 @@ else PSDK_HOME="$with_psdk_home" fi + # Problem with current PSDK (iz 49865) + if test -f "$PSDK_HOME/Lib/libcp.lib"; then + AC_MSG_ERROR([ + +Some modules do not build correctly with MS Platform SDK - April 2005 +Edition if the library ($PSDK_HOME/Lib/libcp.lib) is found. +Remove/rename/backup that file and restart configure. Details about this +problem can be found in issue 49856.]) + fi if test \( -f "$PSDK_HOME/Include/AdoCtint.h" \) \ -a \( -f "$PSDK_HOME/Include/SqlUcode.h" \) \ -a \( -f "$PSDK_HOME/Include/usp10.h" \); then