diff options
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 1ab9026926..239a5446df 100644 --- a/ext/com_dotnet/config.w32 +++ b/ext/com_dotnet/config.w32 @@ -1,7 +1,7 @@ // $Id$ // vim:ft=javascript -ARG_ENABLE("com_dotnet", "COM and .Net support", "yes"); +ARG_ENABLE("com-dotnet", "COM and .Net support", "yes"); if (PHP_COM_DOTNET == "yes") { EXTENSION("com_dotnet", "com_com.c com_dotnet.c com_extension.c \ |