Test for >= gcc 4, and change to g99 -std=gnu99 for the compiler if it is found.

Closed username-removed-1360285 requested to merge warrenmelnick/open-adventure:master into master

Change in the Makefile to check for gcc >= 4 and if found, set "CC = c99 --std=gnu99" so that it will compile under gcc 4