| Index: build/build_config.h
|
| diff --git a/build/build_config.h b/build/build_config.h
|
| index 9356e44c5552c325ba2bd11b39c2416ed38c512f..3dc75d616b1ddf8d664cb21f70468ae33941213c 100644
|
| --- a/build/build_config.h
|
| +++ b/build/build_config.h
|
| @@ -44,14 +44,9 @@
|
| #endif
|
|
|
| #if defined(OS_LINUX) || defined(OS_FREEBSD) || defined(OS_OPENBSD) || \
|
| - defined(OS_SOLARIS) || defined(OS_ANDROID)
|
| -#if !defined(USE_OPENSSL)
|
| -#define USE_NSS 1 // Default to use NSS for crypto, unless OpenSSL is chosen.
|
| -#endif
|
| -#ifndef OS_ANDROID
|
| + defined(OS_SOLARIS)
|
| #define USE_X11 1 // Use X for graphics.
|
| #endif
|
| -#endif
|
|
|
| #if defined(USE_OPENSSL) && defined(USE_NSS)
|
| #error Cannot use both OpenSSL and NSS
|
|
|