diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:15:18 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:15:18 +0000 |
commit | f53b9eb00d635fb44769a19e6b4e9b28c49f186d (patch) | |
tree | 78c8f8ed2b024231b90e4e15853405c353eec85c /configure | |
parent | eff4243259b57eb3b6c74c7657f7d79db476f910 (diff) | |
download | s6-networking-f53b9eb00d635fb44769a19e6b4e9b28c49f186d.tar.xz |
Remove tainnow dependency in configure too
Diffstat (limited to 'configure')
-rw-r--r--[-rwxr-xr-x] | configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure index f652a96..f17936f 100755..100644 --- a/configure +++ b/configure @@ -335,7 +335,6 @@ fi 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) @@ -414,7 +413,6 @@ exthome := $exthome SPAWN_LIB := ${spawn_lib} SOCKET_LIB := ${socket_lib} SYSCLOCK_LIB := ${sysclock_lib} -TAINNOW_LIB := ${tainnow_lib} TIMER_LIB := ${timer_lib} UTIL_LIB := ${util_lib} |