ftime(3) in -lcompat should not be checked.

SF Bug Tracker - ID: 3104521
Submitted: OBATA Akio ( obache ) - 2010-11-07 07:03:44 BRST

In configure.ac
AC_CHECK_FUNCS(ftime,, [AC_CHECK_LIB(compat, ftime)])

But since version 1.6.3, ftime(3) is not used, so it should be
removed, or introduce unwanted linkage with -lcompat.
(cherry picked from commit 852c301c5c)
This commit is contained in:
Marcelo Roberto Jimenez
2010-11-07 09:45:05 -02:00
parent b6007d54d8
commit 8196092f50
4 changed files with 16 additions and 10 deletions

3
THANKS
View File

@@ -30,7 +30,7 @@ exempt of errors.
- Fabrice Fontaine
- Fredrik Svensson
- Glen Masgai
- Hartmut Holzgraefe - hholzgra
- Hartmut Holzgraefe (hholzgra)
- Ingo Hofmann
- Jiri Zouhar
- John Dennis
@@ -45,6 +45,7 @@ exempt of errors.
- Nektarios K. Papadopoulos (npapadop)
- Nicholas Kraft
- Nick Leverton (leveret)
- Obata Akio (obache)
- Oskar Liljeblad
- Michael (oxygenic)
- Paul Vixie