diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:14:58 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:14:58 +0000 |
commit | 49d66bcce5aa57acc5fb71efe93f531cae9d7402 (patch) | |
tree | 63505224b6579ad8de2559e3f1519c6590649c4a /configure | |
parent | 711f816b22c09fc9fb0947c041e6a95a933930d4 (diff) | |
download | nsss-49d66bcce5aa57acc5fb71efe93f531cae9d7402.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 2f4a359..342786d 100755..100644 --- a/configure +++ b/configure @@ -322,7 +322,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) @@ -397,7 +396,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} |