From: Richard M. Stallman Date: Mon, 2 Jun 1997 06:34:28 +0000 (+0000) Subject: (NO_SHARED_LIBS): Test __alpha__ && ! __ELF__. X-Git-Tag: emacs-20.1~1825 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ea224d5b333f441c4b89553c50cc4c5b1575c3a5;p=emacs.git (NO_SHARED_LIBS): Test __alpha__ && ! __ELF__. --- diff --git a/src/s/netbsd.h b/src/s/netbsd.h index a5c3360c8de..280b316ee5f 100644 --- a/src/s/netbsd.h +++ b/src/s/netbsd.h @@ -3,7 +3,7 @@ /* Get most of the stuff from bsd4.3 */ #include "bsd4-3.h" -#ifdef __alpha__ +#if defined (__alpha__) && !defined (__ELF__) #define NO_SHARED_LIBS #endif