Add configure options for MAX_WIDTH/HEIGHT.
authorTom Fogal <tfogal@alumni.unh.edu>
Fri, 14 Aug 2009 01:40:30 +0000 (19:40 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 14 Aug 2009 14:58:37 +0000 (08:58 -0600)
commit7085dce750f478312a47f474330d63cc900a8448
tree6949ef26f5308e24bb8815053e676273ca523be1
parent66bc17e80e22d8f205cc02171b1c266feab6631f
Add configure options for MAX_WIDTH/HEIGHT.

This adds two --with configure options for setting defines for
MAX_WIDTH and MAX_HEIGHT.  It's conceivably just as easy to define
these in CFLAGS manually, but this way users don't need to know
about internal Mesa details.

Patch updated by BrianP to set DEFINES, not CFLAGS.
configure.ac