configure: Allow specifying the page size.
Created by: kbrenneman
On aarch64 and ppc64, the static dispatch stubs in libGLdispatch are aligned to a 64K boundary by default, since that's the largest page size that it might have to deal with.
This adds a configure variable that lets you override that if you know you're going to run on a system with smaller pages.