Commit 871cd035 authored by Alexandre Julliard's avatar Alexandre Julliard

It seems FreeBSD no longer requires libpthread when linking with

OpenGL.
parent 1f467ffc
...@@ -8198,10 +8198,6 @@ if test $ac_cv_lib_GLU_gluLookAt = yes; then ...@@ -8198,10 +8198,6 @@ if test $ac_cv_lib_GLU_gluLookAt = yes; then
fi fi
if test -n "$OPENGL_LIBS"
then
OPENGL_LIBS="$OPENGL_LIBS -lpthread"
fi
fi fi
fi fi
fi fi
......
...@@ -341,10 +341,6 @@ This prevents linking to OpenGL. Delete the file and restart configure.]) ...@@ -341,10 +341,6 @@ This prevents linking to OpenGL. Delete the file and restart configure.])
,, ,,
$OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
) )
if test -n "$OPENGL_LIBS"
then
OPENGL_LIBS="$OPENGL_LIBS -lpthread"
fi
fi fi
fi fi
fi fi
......
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