Complete.Org: Mailing Lists: Archives: freeciv-dev: November 2002:
[Freeciv-Dev] (PR#2332) Current CVS won't compile: Autoheader and Gettim
Home

[Freeciv-Dev] (PR#2332) Current CVS won't compile: Autoheader and Gettim

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: raahul_da_man@xxxxxxxxx, egbert@xxxxxxxxxxxxxxx
Subject: [Freeciv-Dev] (PR#2332) Current CVS won't compile: Autoheader and Gettimeofday problem
From: "Jason Short via RT" <rt@xxxxxxxxxxxxxx>
Date: Thu, 14 Nov 2002 12:19:39 -0800
Reply-to: rt@xxxxxxxxxxxxxx

And here is the fix that was actually applied.  I just changed the macro
description to be consistent with most others.
Index: configure.ac
===================================================================
RCS file: /home/freeciv/CVS/freeciv/configure.ac,v
retrieving revision 1.25
diff -u -r1.25 configure.ac
--- configure.ac        2002/11/14 09:28:31     1.25
+++ configure.ac        2002/11/14 19:02:39
@@ -582,7 +582,8 @@
                strlcat strlcpy strstr usleep vsnprintf uname)
 
 AC_MSG_CHECKING(for working gettimeofday)
-  FC_CHECK_GETTIMEOFDAY_RUNTIME(,AC_DEFINE(HAVE_GETTIMEOFDAY),)
+  FC_CHECK_GETTIMEOFDAY_RUNTIME(,AC_DEFINE(HAVE_GETTIMEOFDAY, 1,
+       [Define if the gettimeofday function works and is sane.]),)
 
 dnl The use of both AC_FUNC_VSNPRINTF and AC_CHECK_FUNCS(vsnprintf) is
 dnl deliberate.

[Prev in Thread] Current Thread [Next in Thread]