about summary refs log tree commit diff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2019-09-21 06:15:13 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2019-09-21 06:15:13 +0000
commitd94ec1822ee611a1830cb9fcbaa6cb62292f52c3 (patch)
treec0e7bc70ffbcf767c80af7470cf52a86f9fa395e
parented4ad34da06bf6874bd18757ea09a1147589bd1f (diff)
downloads6-linux-utils-d94ec1822ee611a1830cb9fcbaa6cb62292f52c3.tar.gz
s6-linux-utils-d94ec1822ee611a1830cb9fcbaa6cb62292f52c3.tar.xz
s6-linux-utils-d94ec1822ee611a1830cb9fcbaa6cb62292f52c3.zip
Remove tainnow dependency in configure too
-rw-r--r--[-rwxr-xr-x]configure2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index e574e58..f7fb0e0 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}