unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* movemail addendum
@ 2003-04-29 14:22 Dave Love
  0 siblings, 0 replies; only message in thread
From: Dave Love @ 2003-04-29 14:22 UTC (permalink / raw)


Sorry, I omitted this part of the fix from the previous mail.

2003-04-29  Dave Love  <fx@gnu.org>

	* Makefile.in [HAVE_LIBMAIL]: Check HAVE_LIBLOCKFILE.

Index: Makefile.in
===================================================================
RCS file: /cvsroot/emacs/emacs/lib-src/Makefile.in,v
retrieving revision 1.120.14.2
diff -u -p -c -r1.120.14.2 Makefile.in
cvs server: conflicting specifications of output style
*** Makefile.in	31 May 2002 16:45:17 -0000	1.120.14.2
--- Makefile.in	29 Apr 2003 14:20:30 -0000
***************
*************** MOVE_FLAGS=
*** 225,231 ****
--- 225,235 ----
  LIBS_MOVE=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB)
  
  #ifdef HAVE_LIBMAIL
+ #ifdef HAVE_LIBLOCKFILE
+ LIBS_MAIL=-llockfile
+ #else
  LIBS_MAIL=-lmail
+ #endif
  #endif
  
  LOADLIBES=LIBS_SYSTEM LIBS_MACHINE LIB_STANDARD_LIBSRC

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-04-29 14:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-29 14:22 movemail addendum Dave Love

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).