Commit bd8ede1b authored by Lionel Ulmer's avatar Lionel Ulmer Committed by Alexandre Julliard

Fixed the OpenGL detection code.

parent cc536583
......@@ -3799,15 +3799,15 @@ else
fi
if test $ac_cv_lib_GL_glXCreateContext = "yes"
then
OPENGLFILES='$(OPENGLFILES)'
cat >> confdefs.h <<\EOF
OPENGLFILES='$(OPENGLFILES)'
cat >> confdefs.h <<\EOF
#define HAVE_OPENGL 1
EOF
if test $ac_cv_lib_GL_glXCreateContext = "yes"
then
echo $ac_n "checking for glXGetProcAddressARB in -lGL""... $ac_c" 1>&6
echo "configure:3813: checking for glXGetProcAddressARB in -lGL" >&5
ac_lib_var=`echo GL'_'glXGetProcAddressARB | sed 'y%./+-%__p_%'`
......
......@@ -280,12 +280,12 @@ then
,,
$X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
OPENGLFILES='$(OPENGLFILES)'
AC_DEFINE(HAVE_OPENGL)
if test $ac_cv_lib_GL_glXCreateContext = "yes"
then
OPENGLFILES='$(OPENGLFILES)'
AC_DEFINE(HAVE_OPENGL)
AC_CHECK_LIB(GL,glXGetProcAddressARB,AC_DEFINE(HAVE_GLX_GETPROCADDRESS),,$X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS)
if test $ac_cv_lib_GL_glXGetProcAddressARB = "yes"
......
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