| Index: trunk/src/build/build_config.h
|
| ===================================================================
|
| --- trunk/src/build/build_config.h (revision 229520)
|
| +++ trunk/src/build/build_config.h (working copy)
|
| @@ -31,7 +31,7 @@
|
| #elif defined(__linux__)
|
| #define OS_LINUX 1
|
| // Use TOOLKIT_GTK on linux if TOOLKIT_VIEWS isn't defined.
|
| -#if !defined(TOOLKIT_VIEWS) && defined(USE_X11) && !defined(USE_AURA)
|
| +#if !defined(TOOLKIT_VIEWS) && defined(USE_X11)
|
| #define TOOLKIT_GTK
|
| #endif
|
| #if defined(__GLIBC__) && !defined(__UCLIBC__)
|
|
|