It seems FreeBSD no longer requires libpthread when linking with
OpenGL.
This commit is contained in:
parent
1f467ffca6
commit
871cd03567
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue