| Index: runtime/bin/secure_socket.h
|
| diff --git a/runtime/bin/secure_socket.h b/runtime/bin/secure_socket.h
|
| index d9fb968b5f6128617c35c0488a16259603714c09..78737c7197f88cb73cef284761bba36ee10160ec 100644
|
| --- a/runtime/bin/secure_socket.h
|
| +++ b/runtime/bin/secure_socket.h
|
| @@ -5,7 +5,7 @@
|
| #ifndef BIN_SECURE_SOCKET_H_
|
| #define BIN_SECURE_SOCKET_H_
|
|
|
| -#ifdef DART_IO_SECURE_SOCKET_DISABLED
|
| +#if defined(DART_IO_SECURE_SOCKET_DISABLED)
|
| #error "secure_socket.h can only be included on builds with SSL enabled"
|
| #endif
|
|
|
|
|