unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* bug#10558: acinclude LIB_CLOCK_GETTIME patch
@ 2012-01-19 22:16 taylanbayirli
  2012-02-03 15:23 ` Andy Wingo
  2012-02-03 15:23 ` Andy Wingo
  0 siblings, 2 replies; 3+ messages in thread
From: taylanbayirli @ 2012-01-19 22:16 UTC (permalink / raw)
  To: 10558

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

Good day, I found another test against "none required" to be necessary in the configure script so as to prevent it from setting LIB_CLOCK_GETTIME literally to that value.
A patch for acinclude.m4 is attached.

Regards, Taylan

[-- Attachment #2: patch-acinclude_m4 --]
[-- Type: text/plain, Size: 807 bytes --]

$OpenBSD$
--- acinclude.m4.orig	Sat Oct  8 01:49:48 2011
+++ acinclude.m4	Thu Jan 19 23:01:35 2012
@@ -564,7 +564,8 @@ AC_DEFUN([gl_CLOCK_TIME],
                       AC_SEARCH_LIBS([clock_getcpuclockid], [rt posix4],
                                      [test "$ac_cv_search_clock_getcpuclockid" = "none required" \
                                       || LIB_CLOCK_GETTIME=$ac_cv_search_clock_getcpuclockid],
-                                     [LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime])
+                                     [test "$ac_cv_search_clock_gettime" = "none required" \
+                                      || LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime])
                     else
                       LIB_CLOCK_GETTIME=$ac_cv_search_clock_gettime
                     fi])

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#10558: acinclude LIB_CLOCK_GETTIME patch
  2012-01-19 22:16 bug#10558: acinclude LIB_CLOCK_GETTIME patch taylanbayirli
@ 2012-02-03 15:23 ` Andy Wingo
  2012-02-03 15:23 ` Andy Wingo
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2012-02-03 15:23 UTC (permalink / raw)
  To: taylanbayirli; +Cc: 10558

On Thu 19 Jan 2012 23:16, taylanbayirli@gmail.com writes:

> Good day, I found another test against "none required" to be necessary
> in the configure script so as to prevent it from setting
> LIB_CLOCK_GETTIME literally to that value.  A patch for acinclude.m4
> is attached.

Applied, thanks!

Andy
-- 
http://wingolog.org/





^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#10558: acinclude LIB_CLOCK_GETTIME patch
  2012-01-19 22:16 bug#10558: acinclude LIB_CLOCK_GETTIME patch taylanbayirli
  2012-02-03 15:23 ` Andy Wingo
@ 2012-02-03 15:23 ` Andy Wingo
  1 sibling, 0 replies; 3+ messages in thread
From: Andy Wingo @ 2012-02-03 15:23 UTC (permalink / raw)
  To: 10558-done

Closing bug.

-- 
http://wingolog.org/





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-03 15:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-19 22:16 bug#10558: acinclude LIB_CLOCK_GETTIME patch taylanbayirli
2012-02-03 15:23 ` Andy Wingo
2012-02-03 15:23 ` Andy Wingo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).