Mercurial > emacs
changeset 51111:ac7ffb802e23
Define LIBS_MAIL=-llockfile.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 20 May 2003 16:33:02 +0000 |
parents | fca623d011f5 |
children | b0811540692f |
files | lib-src/Makefile.in |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lib-src/Makefile.in Tue May 20 16:32:16 2003 +0000 +++ b/lib-src/Makefile.in Tue May 20 16:33:02 2003 +0000 @@ -234,9 +234,13 @@ LIBS_MOVE=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB) +#ifdef HAVE_LIBLOCKFILE +LIBS_MAIL=-llockfile +#else #ifdef HAVE_LIBMAIL LIBS_MAIL=-lmail #endif +#endif LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC