Handling missing required files in config.w32
[email protected] (Richard Quadling)
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
Hi.
Is it possible to have something like a ...
CHECK_HEADER_ADD_INCLUDE('required.h', 'CFLAGS_MYEXT');
such that if required.h cannot be found then the extension isn't added
to the list of extensions to build.
Currently, the error appears in the nmake process and aborts the build.
I'd like to just not have the extension built at all if there is a
problem with a dependency.
Regards,
Richard.