Index: config_office/configure.in =================================================================== RCS file: /cvs/tools/config_office/configure.in,v retrieving revision 1.51.2.2 diff -u -r1.51.2.2 configure.in --- config_office/configure.in 5 May 2003 11:04:24 -0000 1.51.2.2 +++ config_office/configure.in 7 May 2003 07:20:22 -0000 @@ -75,6 +75,14 @@ Usage: --with-psdk-home= ],,) +AC_ARG_WITH(psdk2003, +[ --with-2003-psdk For Windows users, please use this option when you use the + February 2003 version of the Microsoft Platform SDK. + + This may be a temporary workaround! + + Usage: --with-2003-psdk +],,) AC_ARG_WITH(local-solenv, [ --with-local-solenv If you have solenv in a location other than ../solenv, please supply the path here. @@ -526,7 +534,11 @@ COMEX=8 else if test $CCNUMVER -ge "001200000000"; then - COMEX=7 + if test "$with_2003_psdk" = "yes"; then + COMEX=9 + else + COMEX=7 + fi else AC_MSG_ERROR([Compiler too old.]) fi