From 62f7e8ef32620e2c618ed5a38508d9b929c0ef71 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 24 Oct 2016 14:16:48 +0000 Subject: Proper support for timer_lib --- configure | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configure b/configure index c24ac78..f029c1f 100755 --- a/configure +++ b/configure @@ -293,6 +293,7 @@ spawn_lib=$(cat $sysdeps/spawn.lib) socket_lib=$(cat $sysdeps/socket.lib) sysclock_lib=$(cat $sysdeps/sysclock.lib) tainnow_lib=$(cat $sysdeps/tainnow.lib) +timer_lib=$(cat $sysdeps/timer.lib) util_lib=$(cat $sysdeps/util.lib) tryflag CFLAGS_AUTO -std=c99 @@ -367,6 +368,7 @@ SPAWN_LIB := ${spawn_lib} SOCKET_LIB := ${socket_lib} SYSCLOCK_LIB := ${sysclock_lib} TAINNOW_LIB := ${tainnow_lib} +TIMER_LIB := ${timer_lib} UTIL_LIB := ${util_lib} CC := ${CC_AUTO##${cross}} -- cgit v1.2.3