diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:15:02 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2019-09-21 06:15:02 +0000 |
commit | 78b7dbb21c04f0ea0b390f33425fe0c434afb377 (patch) | |
tree | f77628782532b729707f4c3ff52be3ae93e163ad | |
parent | 9cdefbf32e62bf67c0a6e319205cadcb065ccb5a (diff) | |
download | pamela-78b7dbb21c04f0ea0b390f33425fe0c434afb377.tar.gz pamela-78b7dbb21c04f0ea0b390f33425fe0c434afb377.tar.xz pamela-78b7dbb21c04f0ea0b390f33425fe0c434afb377.zip |
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 2998990..2bdf9f9 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) @@ -400,7 +399,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} |