From: Michael S. <msl...@co...> - 2003-08-21 00:36:56
|
Hi all, Regarding the cvs commit with the following log message: Check for readline headers in the headers check section as otherwise, and I don't exactly know why, AC_HEADER_STDC would fail with newer autoconf versions. In the patch I send for Darwin real mode I moved the check earlier in the configure.ac file. This corrected the problem. This is a good idea anyway since other autoconf built-in tests use the results of AC_HEADER_STDC so it is a good idea to be sure to do that early on before other things that compile or run the preprocessor as part of the test. mzs |