summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-10-24 14:16:29 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-10-24 14:16:29 +0000
commitd6c327bf2a244f8954bf2fd94636890dbe868ed6 (patch)
tree1d3f1328827262237827c219a832a88d8db287e5
parent03481d73a216c8168bd68d0af351c3d615b74002 (diff)
downloadexecline-d6c327bf2a244f8954bf2fd94636890dbe868ed6.tar.xz
Proper support for timer_lib
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 2f16b95..8d3e562 100755
--- a/configure
+++ b/configure
@@ -297,6 +297,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
@@ -371,6 +372,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}}