mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-05 17:23:38 +02:00
Undo message on monotonic fail as we are now building against -lrt
This commit is contained in:
parent
48c489155e
commit
b1678fa7ac
1 changed files with 0 additions and 4 deletions
|
|
@ -4,10 +4,6 @@
|
|||
|
||||
monotonicp, err = plugins['monotonic']
|
||||
if err:
|
||||
# This happens on systems with very old glibc that does not
|
||||
# have clock_gettime() (glibc < 2.17 http://stackoverflow.com/a/32649327)
|
||||
if 'undefined symbol: clock_gettime' in err:
|
||||
raise RuntimeError('Your glibc version is too old, glibc >= 2.17 is required')
|
||||
raise RuntimeError('Failed to load the monotonic module with error: ' + err)
|
||||
monotonic = monotonicp.monotonic
|
||||
del monotonicp, err
|
||||
|
|
|
|||
Loading…
Reference in a new issue