summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2016-10-29 22:14:15 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2016-10-29 22:14:15 +0000
commit7a05ff287d2d3a40d6d88b43a61b459f0120c26e (patch)
treec9fad2de8e2002918668ab21c28af882c4edadca /configure
parentef6a7da72a1273380197ef5bff0969f974e15466 (diff)
downloadskalibs-7a05ff287d2d3a40d6d88b43a61b459f0120c26e.tar.xz
bugfix: correctly read timer_lib when cross-compiling
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 47c1b95..1579025 100755
--- a/configure
+++ b/configure
@@ -399,6 +399,7 @@ if test -n "$sysdeps" ; then
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)
else
sysdeps=sysdeps.cfg