From 7a05ff287d2d3a40d6d88b43a61b459f0120c26e Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sat, 29 Oct 2016 22:14:15 +0000 Subject: bugfix: correctly read timer_lib when cross-compiling --- configure | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3