View | Details | Raw Unified | Return to issue 49856
Collapse All | Expand All

(-)config_office/configure.in (+9 lines)
Lines 3035-3040 Link Here
3035
	else
3035
	else
3036
		PSDK_HOME="$with_psdk_home"
3036
		PSDK_HOME="$with_psdk_home"
3037
	fi
3037
	fi
3038
    # Problem with current PSDK (iz 49865)
3039
    if test -f "$PSDK_HOME/Lib/libcp.lib"; then
3040
        AC_MSG_ERROR([
3041
3042
Some modules do not build correctly with MS Platform SDK - April 2005
3043
Edition if the library ($PSDK_HOME/Lib/libcp.lib) is found.
3044
Remove/rename/backup that file and restart configure. Details about this
3045
problem can be found in issue 49856.])
3046
    fi
3038
	if test \( -f "$PSDK_HOME/Include/AdoCtint.h" \) \
3047
	if test \( -f "$PSDK_HOME/Include/AdoCtint.h" \) \
3039
		 -a \( -f "$PSDK_HOME/Include/SqlUcode.h" \) \
3048
		 -a \( -f "$PSDK_HOME/Include/SqlUcode.h" \) \
3040
		 -a \( -f "$PSDK_HOME/Include/usp10.h" \); then
3049
		 -a \( -f "$PSDK_HOME/Include/usp10.h" \); then

Return to issue 49856