Fix issue #392: mktime takes a localtime as input. Assumption that if HAVE_DAYLIGHT is missing imply that mktime takes a gmt time is wrong (sg_time.cxx, line 482)

This commit is contained in:
Frederic Bouvier 2011-08-06 16:26:21 +02:00
parent 6ac69b604e
commit 88e2cdd283

View File

@ -151,6 +151,7 @@
#define HAVE_MEMORY_H 1
#define HAVE_MEMCPY 1
#define HAVE_DAYLIGHT 1
#define GLUT_H <GL/glut.h>