summaryrefslogtreecommitdiffstats
path: root/contrib/libf2c/libU77/aclocal.m4
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-12-14 21:42:21 +0000
committerobrien <obrien@FreeBSD.org>2000-12-14 21:42:21 +0000
commitd566d0a5f8c3f4d187ecbf8096628e9ae9dd3567 (patch)
tree1ad79467617a2eae5df16e8b634fb749f95e5721 /contrib/libf2c/libU77/aclocal.m4
parentdbfeddd336557220b675ba403dcd056ac793c80f (diff)
downloadFreeBSD-src-d566d0a5f8c3f4d187ecbf8096628e9ae9dd3567.zip
FreeBSD-src-d566d0a5f8c3f4d187ecbf8096628e9ae9dd3567.tar.gz
Import of a GCC 2.96 snapshot taken from the trunk of the FSF GCC anoncvs
server on 11-July-2000, at 17:32 Zulu. This is the last point [that I know of] that Cygnus synced their internal IA-64 GCC tree with the public FSF one.
Diffstat (limited to 'contrib/libf2c/libU77/aclocal.m4')
-rw-r--r--contrib/libf2c/libU77/aclocal.m47
1 files changed, 6 insertions, 1 deletions
diff --git a/contrib/libf2c/libU77/aclocal.m4 b/contrib/libf2c/libU77/aclocal.m4
index b9a74fd..58f6a67 100644
--- a/contrib/libf2c/libU77/aclocal.m4
+++ b/contrib/libf2c/libU77/aclocal.m4
@@ -54,8 +54,13 @@ main ()
],
[
struct timeval time;
+#ifdef HAVE_TIMEZONE
struct timezone dummy;
- gettimeofday (&time, &dummy);],
+#define DUMMY &dummy
+#else
+#define DUMMY NULL
+#endif
+ gettimeofday (&time, DUMMY);],
emacs_cv_gettimeofday_two_arguments=yes,
emacs_cv_gettimeofday_two_arguments=no))
if test $emacs_cv_gettimeofday_two_arguments = no; then
OpenPOWER on IntegriCloud