bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

movemail addendum


From: Dave Love
Subject: movemail addendum
Date: 29 Apr 2003 15:22:52 +0100
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]