Add configure options for MAX_WIDTH/HEIGHT.
authorBrian Paul <brianp@vmware.com>
Fri, 14 Aug 2009 17:23:00 +0000 (11:23 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 14 Aug 2009 17:23:00 +0000 (11:23 -0600)
commit467b3d9a6f32b38c36a4be145b07c8f7b719215a
tree0ac427670cb7d02e2267ff043c3a5aeb80864bca
parente691b0e533c552dc5884192a9a2b9347f704479d
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.

(cherry picked from master, commit 7085dce750f478312a47f474330d63cc900a8448)
configure.ac