diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2008-11-05 22:36:49 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2008-11-05 22:36:49 +0100 |
commit | fd91ae3325adfdc83f95a284caa746c000ad7e30 (patch) | |
tree | f05f759c9511ffda89fabadf1341a57adc5b542e /configure.in | |
parent | 1389f3699fc643dac6fd4d2f19fb59da3624a2fa (diff) |
Fix problem with local time changes.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 44d55c90..43827325 100644 --- a/configure.in +++ b/configure.in @@ -49,6 +49,8 @@ else fi fi +LIBS=" -lrt" + AC_CANONICAL_HOST AC_PROG_CC |