summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-06-18 14:42:03 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-06-18 14:42:03 +0200
commit83fc2cfb34b584f41d27a5f04dd9405cf55bd528 (patch)
treed18bff5fe98279cefff89033bf81e41b561c2238 /config_host
parent50cfcd91a0893ff795fc1cf1a2e7c3f7c6da5326 (diff)
loplugin:checkconfigmacros
Change-Id: Ia94c53457e328db9bdd8dd22d7a39e49c358301c
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_opengl.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config_host/config_opengl.h.in b/config_host/config_opengl.h.in
index b2c63582b0d8..67b9e47a79a1 100644
--- a/config_host/config_opengl.h.in
+++ b/config_host/config_opengl.h.in
@@ -5,6 +5,6 @@ Settings for OpenGL
#ifndef CONFIG_OPENGL_H
#define CONFIG_OPENGL_H
-#undef HAVE_GLEW_1_12
+#define HAVE_GLEW_1_12 0
#endif