Mercurial > emacs
diff lib-src/Makefile.in @ 22236:bfaacbee089a
Undo previous change.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 25 May 1998 20:11:54 +0000 |
| parents | aa5d46f74b6a |
| children | 84967b95587b |
line wrap: on
line diff
--- a/lib-src/Makefile.in Mon May 25 20:10:50 1998 +0000 +++ b/lib-src/Makefile.in Mon May 25 20:11:54 1998 +0000 @@ -205,21 +205,12 @@ # ifdef HAVE_LIBCOM_ERR COM_ERRLIB = -lcom_err # endif -# ifdef HAVE_LIBGSSAPI_KRB5 - GSSAPI_KRB5LIB = -lgssapi_krb5 -# endif -#endif /* KERBEROS */ +#endif /* KERBEROS -#ifdef HAVE_LIBGSSAPI - GSSAPILIB = -lgssapi -#endif +/* If HESIOD is defined, set this to "-lhesiod". */ +HESIODLIB= -#ifdef HESIOD -HESIODLIB= -lhesiod -#endif - -MOVE_LIBS=$(GSSAPI_KRB5LIB) $(GSSAPILIB) $(KRB4LIB) $(DESLIB) $(KRB5LIB) \ - $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB) +MOVE_LIBS=$(KRB4LIB) $(DESLIB) $(KRB5LIB) $(CRYPTOLIB) $(COM_ERRLIB) $(HESIODLIB) #ifdef HAVE_LIBMAIL LIBMAIL=-lmail
