fix --with-opengl formatting

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@45357 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2007-04-09 16:04:03 +00:00
parent 6859e6fcca
commit 7f580b6380

View File

@ -23,7 +23,7 @@ the {\it attribList} parameter. The values that should be set up and their meani
To switch on wxGLCanvas support on under Windows, edit setup.h and set
{\tt wxUSE\_GLCANVAS} to $1$. You may also need to have to add
{\tt opengl32.lib} to the list of libraries your program is linked with. On
Unix, pass {\tt --with-opengl} to configure to compile using OpenGL or Mesa.
Unix, pass \verb=--with-opengl= to configure to compile using OpenGL or Mesa.
\wxheading{Derived from}