diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:15:29 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:15:29 +0000 |
commit | c5c7fb05af715bfebc9bb30a55c756dffbfe43d5 (patch) | |
tree | 33fe3ef23d242900431d0a1b02a0a4fc88419e2d | |
parent | 3ee110c6aa9a58938fec897714bc6986fe08f779 (diff) | |
download | s6-c5c7fb05af715bfebc9bb30a55c756dffbfe43d5.tar.xz |
Remove tainnow dependency in configure too
-rw-r--r--[-rwxr-xr-x] | configure | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure index 0e6134a..8c96a0f 100755..100644 --- a/configure +++ b/configure @@ -326,7 +326,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) @@ -404,7 +403,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} |