From 83fc2cfb34b584f41d27a5f04dd9405cf55bd528 Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 18 Jun 2015 14:42:03 +0200 Subject: loplugin:checkconfigmacros Change-Id: Ia94c53457e328db9bdd8dd22d7a39e49c358301c --- config_host/config_opengl.h.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config_host/config_opengl.h.in') 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 -- cgit