]> git.ozlabs.org Git - ccan/commit
tools/configurator: set HAVE_CLOCK_GETTIME even if it's in -lrt.
authorRusty Russell <rusty@rustcorp.com.au>
Sat, 21 Jun 2014 04:44:56 +0000 (14:14 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Mon, 23 Jun 2014 00:57:23 +0000 (10:27 +0930)
commit3d3e9b9cbf0bf43c3ce2670175d936677e29f621
treef54b5db4f4116a84bb027d81051669303b03b887
parent7220240c0e2fa8c9610736565e73d3c74a73466c
tools/configurator: set HAVE_CLOCK_GETTIME even if it's in -lrt.

This avoids conflicts with autoconf and other config.h sources.

Based on the work by Cody P Schafer <dev@codyps.com>.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
tools/configurator/configurator.c