gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS: gnokii configure.in,1.65,1.66


From: BORBELY Zoltan <address@hidden>
Subject: CVS: gnokii configure.in,1.65,1.66
Date: Tue, 02 Apr 2002 20:04:00 -0500

Update of /cvsroot/gnokii/gnokii
In directory subversions:/tmp/cvs-serv4874

Modified Files:
        configure.in 
Log Message:
Timer operations (e.g. timerisset, timerclear, timercmp, etc) handling improved


Index: configure.in
===================================================================
RCS file: /cvsroot/gnokii/gnokii/configure.in,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -r1.65 -r1.66
*** configure.in        29 Mar 2002 20:51:20 -0000      1.65
--- configure.in        3 Apr 2002 01:03:58 -0000       1.66
***************
*** 239,245 ****
  
  dnl The following is taken from inn sources
! AC_MSG_CHECKING(for timersub)
  AC_TRY_LINK([#include <sys/time.h>],
!         [struct timeval tv; timersub(&tv, &tv, &tv)],
          [AC_DEFINE(HAVE_TIMEOPS)
           AC_MSG_RESULT(yes)],
--- 239,245 ----
  
  dnl The following is taken from inn sources
! AC_MSG_CHECKING(for timer operations)
  AC_TRY_LINK([#include <sys/time.h>],
!         [struct timeval tv; timerisset(&tv); timerclear(&tv); timercmp(&tv, 
&tv, <); timeradd(&tv, &tv, &tv); timersub(&tv, &tv, &tv); ],
          [AC_DEFINE(HAVE_TIMEOPS)
           AC_MSG_RESULT(yes)],




reply via email to

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