diff options
author | Wez Furlong <wez@php.net> | 2003-12-05 02:58:31 +0000 |
---|---|---|
committer | Wez Furlong <wez@php.net> | 2003-12-05 02:58:31 +0000 |
commit | 24e54d43e6813cf109766c3a1c867e002162625e (patch) | |
tree | 9939c1d5f695c0403d6744d4fc8bedd684a33b31 /ext/com_dotnet | |
parent | 6201a56070f04e7c2b8a9adad70cbe4c739485a1 (diff) | |
download | php-git-24e54d43e6813cf109766c3a1c867e002162625e.tar.gz |
check for .net headers
Diffstat (limited to 'ext/com_dotnet')
-rw-r--r-- | ext/com_dotnet/config.w32 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/com_dotnet/config.w32 b/ext/com_dotnet/config.w32 index 239a5446df..403446c1fd 100644 --- a/ext/com_dotnet/config.w32 +++ b/ext/com_dotnet/config.w32 @@ -9,5 +9,5 @@ if (PHP_COM_DOTNET == "yes") { com_typeinfo.c com_variant.c"); AC_DEFINE('HAVE_COM_DOTNET', 1, 'Have COM_DOTNET support'); // TODO: do a header check for this - AC_DEFINE('HAVE_MSCOREE_H', 0, 'Have .net headers'); + CHECK_HEADER_ADD_INCLUDE('mscoree.h', 'CFLAGS_COM_DOTNET'); } |