Commit cc6a08c8 authored by Alexandre Julliard's avatar Alexandre Julliard

configure: Fixed bug in previous OpenGL warning patch.

parent 58ce4955
......@@ -9414,7 +9414,7 @@ fi
{ echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
if test "$wine_cv_opengl_version_OK" = "yes"
if test "$wine_cv_opengl_header_version_OK" = "yes"
then
{ echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5
echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6; }
......
......@@ -410,7 +410,7 @@ then
)
)
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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment