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:
@@ -151,6 +151,7 @@
|
||||
#define HAVE_MEMORY_H 1
|
||||
|
||||
#define HAVE_MEMCPY 1
|
||||
#define HAVE_DAYLIGHT 1
|
||||
|
||||
#define GLUT_H <GL/glut.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user