This patch makes the pgcrypto Makefile check that a recognized random
source has been defined. If no such source is defined, pgcrypto will
compile successfully but will be unusable.
(An alternative place to do the check would be in random.c; comments on
which location is preferrable are welcome.)
Barring any objections I will apply this to HEAD later tonight.
-Neil