summaryrefslogtreecommitdiffstats
path: root/WebCore/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/config.h')
-rw-r--r--WebCore/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/config.h b/WebCore/config.h
index 8e324a5..0305786 100644
--- a/WebCore/config.h
+++ b/WebCore/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>