Revert patch for pdb files. No need to have it twice!

This commit is contained in:
Frank M. Kromann 2006-04-29 14:33:46 +00:00
parent 6ba807db50
commit fa94d911df

View File

@ -302,11 +302,6 @@ if (PHP_ZEND_MULTIBYTE == "yes") {
AC_DEFINE('ZEND_MULTIBYTE', 1);
}
ARG_ENABLE("pdb-files", "Enable generation of .pdp files", "no");
if (PHP_PDB_FILES == "yes") {
ADD_FLAG("LDFLAGS", "/debug /opt:ref");
}
AC_DEFINE('HAVE_USLEEP', 1);
AC_DEFINE('HAVE_STRCOLL', 1);