[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]
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.
- [Freeciv-Dev] (PR#2332) Current CVS won't compile: Autoheader and Gettimeofday problem,
Jason Short via RT <=
|
|