diff options
Diffstat (limited to 'JavaScriptCore/config.h')
-rw-r--r-- | JavaScriptCore/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/JavaScriptCore/config.h b/JavaScriptCore/config.h index 9810885..a2b6285 100644 --- a/JavaScriptCore/config.h +++ b/JavaScriptCore/config.h @@ -20,8 +20,12 @@ */ #if defined(HAVE_CONFIG_H) && HAVE_CONFIG_H +#ifdef BUILDING_WITH_CMAKE +#include "cmakeconfig.h" +#else #include "autotoolsconfig.h" #endif +#endif #include <wtf/Platform.h> |