pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-09-27
1998-09-27 19:36:47 by Henrik Grubbström (Grubba) <grubba@grubba.org>
a28592ecef15d2da1216ab0f1195ef2d2bca8e09 (
7
lines) (+
4
/-
3
)
[
Show
|
Annotate
]
Branch:
7.9
Fixed bug in config test.
Rev: src/configure.in:1.240
1:
-
AC_REVISION("$Id: configure.in,v 1.
239
1998/09/
24
20
:
27
:
23
grubba Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
240
1998/09/
27
19
:
36
:
47
grubba Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1393:
AC_TRY_COMPILE([ #ifdef TM_IN_SYS_TIME #include <sys/time.h>
-
#endif
-
#include <time.h>
+
#else
-
+
#include <time.h>
+
#endif
],[ int _tz; struct tm foo;