It seems FreeBSD no longer requires libpthread when linking with

OpenGL.
oldstable
Alexandre Julliard 2003-08-21 21:30:35 +00:00
parent 1f467ffca6
commit 871cd03567
2 changed files with 0 additions and 8 deletions

4
configure vendored
View File

@ -8198,10 +8198,6 @@ if test $ac_cv_lib_GLU_gluLookAt = yes; then
fi
if test -n "$OPENGL_LIBS"
then
OPENGL_LIBS="$OPENGL_LIBS -lpthread"
fi
fi
fi
fi

View File

@ -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
)
if test -n "$OPENGL_LIBS"
then
OPENGL_LIBS="$OPENGL_LIBS -lpthread"
fi
fi
fi
fi