pike.git/
src/
configure.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-05-06
1998-05-06 00:35:00 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
a05f9256df53027ba42b4880071cc6d6ece72f96 (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
fix in test for timezone
Rev: src/configure.in:1.181
1:
-
AC_REVISION("$Id: configure.in,v 1.
180
1998/
04
/
30
06:
32
:
36
hubbe Exp $")
+
AC_REVISION("$Id: configure.in,v 1.
181
1998/
05
/
06
00
:
35
:
00
hubbe Exp $")
AC_INIT(interpret.c) AC_CONFIG_HEADER(machine.h)
1037:
],[ int _tz; _tz=timezone;
-
timezone=
tz
_;
+
timezone=
_
tz;
],pike_cv_has_external_timezone=yes,pike_cv_has_external_timezone=no) ])