commit | cc6a08c8755844821cbf7a5a1a5c1190deee2d12 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Aug 24 14:34:22 2006 +0200 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Aug 24 14:34:22 2006 +0200 |
tree | 06d58a835b0f0151a451bf2f1de56ef5acea7414 | |
parent | 58ce495599b38464649cdda7d062732908e65fe9 [diff] [blame] |
configure: Fixed bug in previous OpenGL warning patch.
diff --git a/configure.ac b/configure.ac index 806c840..b327e0b 100644 --- a/configure.ac +++ b/configure.ac
@@ -410,7 +410,7 @@ ) ) - if test "$wine_cv_opengl_version_OK" = "yes" + if test "$wine_cv_opengl_header_version_OK" = "yes" then dnl Check for the presence of the library AC_CHECK_LIB(GL,glXCreateContext,